Add a dashboard (first version)

This commit is contained in:
Frédéric Guillot
2014-10-14 22:02:35 -04:00
parent d0e6d2e1f1
commit 286b193566
23 changed files with 218 additions and 44 deletions

View File

@@ -1119,6 +1119,22 @@ tr td.task-orange,
color: #555;
}
/* dashboard */
#dashboard table {
font-size: 0.95em;
}
.dashboard-left-column {
width: 55%;
float: left;
}
.dashboard-right-column {
margin-left: 5%;
width: 40%;
float: left;
}
/* confirmation box */
.confirm {
max-width: 700px;