Implements todo list for global dashboard

This commit is contained in:
Chrisbr 2014-06-03 14:37:18 +02:00
parent 852e2d4243
commit 60cfc992af
12 changed files with 372 additions and 96 deletions

View file

@ -73,3 +73,19 @@ body > #messages {
font-style: normal;
}
.dashbox label {
font-size: 1em;
}
.todolist-missing span {
color: #ff0000;
}
.todolist-ok {
text-decoration: line-through;
}
.todolist-ok span {
color: #02A10F;
}