From 3df63e051fac84cec98c912668722f87d6e8183e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Nov 2014 12:47:49 -0500 Subject: Add projects to the dashboard and rename some methods --- assets/css/dashboard.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'assets/css/dashboard.css') diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index bb9e99bb..dc077180 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -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; -} \ No newline at end of file +} + +.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; +} -- cgit v1.2.3