X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=dashboard%2Fcss%2Fmain.css;h=7b10dbcf58ce44ddf50fd0ca2f1251f9478ae0ee;hb=33d768923110817c5c364cda695e4699c8431776;hp=6e409e0011e046855b0450e405e3acd6bac7054b;hpb=e851931073b81815ef3fec9e4621f3b3ad818330;p=osm%2Fvim-emu.git diff --git a/dashboard/css/main.css b/dashboard/css/main.css old mode 100644 new mode 100755 index 6e409e0..7b10dbc --- a/dashboard/css/main.css +++ b/dashboard/css/main.css @@ -15,6 +15,20 @@ 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 { + height: 20px; +}