From: peusterm Date: Thu, 12 Jan 2017 18:08:34 +0000 (+0100) Subject: dashboard prototype X-Git-Tag: v3.1~49^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=f14b02a71fa09c206cdaee9140d274e253496c27 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 @@ body { .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 { diff --git a/dashboard/index.html b/dashboard/index.html index 350e284..3c31bec 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -15,7 +15,7 @@ - + @@ -58,7 +58,7 @@