| commit | f14b02a71fa09c206cdaee9140d274e253496c27 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Thu Jan 12 19:08:34 2017 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Thu Jan 12 19:08:34 2017 +0100 |
| tree | 7667b719b97dbdea9a628a2f753c3dd6e66557c4 | |
| parent | 208ca97edde13047fdb6e15bbe282f7b5a42e526 [diff] [blame] |
dashboard prototype
diff --git a/dashboard/css/main.css b/dashboard/css/main.css index d33299a..7b10dbc 100644 --- a/dashboard/css/main.css +++ b/dashboard/css/main.css
@@ -15,7 +15,18 @@ .tbl-head { font-weight: bold; border-bottom: 1px solid #2c3e50; - background-color: #1a242f; + background-color: #c9ced3; +} + +.tbl-head > td { + padding-top: 4px; + padding-bottom: 4px; +} + +.tbl-row > td { + padding-top: 4px; + padding-bottom: 4px; + } .spacer {