Implements todo list for instance dashboard
This commit is contained in:
parent
852e2d4243
commit
65a73f876a
13 changed files with 333 additions and 102 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue