Implements todo list for global dashboard
This commit is contained in:
parent
852e2d4243
commit
60cfc992af
12 changed files with 372 additions and 96 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue