Add comment creation form to the task summary page (pull-request #300)

This commit is contained in:
Frédéric Guillot
2014-10-07 11:27:46 -04:00
parent cfe69443b7
commit 86928e37bc
4 changed files with 23 additions and 3 deletions

View File

@@ -904,6 +904,11 @@ a.task-board-nobody {
max-width: 800px;
}
#comments .comment-textarea {
height: 80px;
width: 500px;
}
/* subtasks */
.subtasks-table {
font-size: 0.85em;