Add task limit for each column

This commit is contained in:
Frédéric Guillot
2014-02-25 22:09:44 -05:00
parent 44fc9c081f
commit 44b1806083
13 changed files with 118 additions and 25 deletions

View File

@@ -445,6 +445,10 @@ nav .active a {
vertical-align: top;
}
#board td.task-limit-warning {
background-color: red;
}
.task-title {
margin-top: 10px;
font-size: 110%;