Add toggle/expend links on the dashboard

This commit is contained in:
Frederic Guillot
2015-02-07 17:38:18 -05:00
parent 36bbd04c52
commit 29cc13f786
21 changed files with 173 additions and 17 deletions

View File

@@ -18,6 +18,12 @@
}
}
.dashboard-single-column {
width: 95%;
margin-left: 0;
float: none;
}
.dashboard-project-stats span {
font-size: 0.75em;
margin-right: 10px;

View File

@@ -1,5 +1,6 @@
/* sidebar */
.sidebar-container {
margin-top: 10px;
clear: both;
}