Add a 'due date' field and display the number of comments on the board
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user