diff options
Diffstat (limited to 'assets/css/src/dashboard.css')
-rw-r--r-- | assets/css/src/dashboard.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/css/src/dashboard.css b/assets/css/src/dashboard.css new file mode 100644 index 00000000..aed805d8 --- /dev/null +++ b/assets/css/src/dashboard.css @@ -0,0 +1,40 @@ +/* dashboard */ + +@media only screen and (min-width: 1280px) { + + #dashboard table { + font-size: 0.9em; + } + + .dashboard-left-column { + width: 55%; + float: left; + } + + .dashboard-right-column { + 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.2em; +} + +.dashboard-table-link { + font-weight: bold; + color: #444; + text-decoration: none; +} + +.dashboard-table-link:focus, +.dashboard-table-link:hover { + color: #999; +} |