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

@@ -1,6 +1,6 @@
/* dashboard */
#dashboard table {
font-size: 0.95em;
font-size: 0.9em;
}
.dashboard-left-column {
@@ -12,4 +12,25 @@
margin-left: 5%;
width: 40%;
float: left;
}
}
.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;
}