Implements todo list for instance dashboard

This commit is contained in:
Chrisbr 2014-06-03 16:27:10 +02:00
parent 852e2d4243
commit 65a73f876a
13 changed files with 333 additions and 102 deletions

View file

@ -64,12 +64,22 @@ body > #messages {
.dashbox .icon {
padding-left: 8px;
display: block;
font-size: 2.3em;
font-size: 3.8em;
}
.dashbox var {
.dashbox label {
display: block;
font-size: 2em;
font-style: normal;
font-size: 1.1em;
}
.todolist-missing span {
color: #ff0000;
}
.todolist-ok {
text-decoration: line-through;
}
.todolist-ok span {
color: #02A10F;
}