Add a 'due date' field and display the number of comments on the board

This commit is contained in:
Frédéric Guillot
2014-03-05 22:27:48 -05:00
parent 1e994f3448
commit 544f992424
15 changed files with 195 additions and 6 deletions

View File

@@ -210,6 +210,10 @@ textarea.form-error {
margin-right: 15px;
}
input.form-date {
width: 150px;
}
/* alerts */
.alert {
padding: 8px 35px 8px 14px;
@@ -462,6 +466,21 @@ nav .active a {
font-style: italic;
}
.task-date {
font-weight: bold;
color: #D90000;
}
.task-comment-counter {
position: absolute;
bottom: 0;
right: 5px;
}
.task-footer {
margin-top: 10px;
}
.task {
border: 1px solid #000;
padding: 5px;