diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 12:47:49 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 12:47:49 -0500 |
commit | 3df63e051fac84cec98c912668722f87d6e8183e (patch) | |
tree | 648a92db37f3295669ae6cc59126fc003235cfa8 /assets/css/dashboard.css | |
parent | e0117cb8ed6326e8c77a02ce265c2b5f195e08d8 (diff) |
Add projects to the dashboard and rename some methods
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; +} |