Add task time tracking on the dashboard

This commit is contained in:
Frederic Guillot
2015-02-07 21:56:04 -05:00
parent c9cc82eec8
commit 563941c70d
4 changed files with 16 additions and 4 deletions

View File

@@ -1828,12 +1828,12 @@ a.task-board-nobody {
}
.dashboard-left-column {
width: 55%;
width: 58%;
float: left;
}
.dashboard-right-column {
margin-left: 5%;
margin-left: 2%;
width: 40%;
float: left;
}

View File

@@ -7,12 +7,12 @@
}
.dashboard-left-column {
width: 55%;
width: 58%;
float: left;
}
.dashboard-right-column {
margin-left: 5%;
margin-left: 2%;
width: 40%;
float: left;
}