diff options
Diffstat (limited to 'assets/css/dashboard.css')
-rw-r--r-- | assets/css/dashboard.css | 25 |
1 files changed, 23 insertions, 2 deletions
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; +} |