Add projects to the dashboard and rename some methods

This commit is contained in:
Frédéric Guillot
2014-11-09 12:47:49 -05:00
parent e0117cb8ed
commit 3df63e051f
30 changed files with 262 additions and 75 deletions

View File

@@ -991,7 +991,7 @@ tr td.task-orange,
color: #555;
}/* dashboard */
#dashboard table {
font-size: 0.95em;
font-size: 0.9em;
}
.dashboard-left-column {
@@ -1003,7 +1003,29 @@ tr td.task-orange,
margin-left: 5%;
width: 40%;
float: left;
}/* datepicker */
}
.dashboard-project-stats span {
font-size: 0.75em;
margin-right: 10px;
color: #999;
}
.dashboard-project-stats strong {
font-size: 1.1em;
}
.dashboard-table-link {
font-weight: bold;
color: #444;
text-decoration: none;
}
.dashboard-table-link:focus,
.dashboard-table-link:hover {
color: #999;
}
/* datepicker */
#ui-datepicker-div {
font-size: 0.8em;
}