dashboard prototype
[osm/vim-emu.git] / dashboard / css / main.css
index d33299a..7b10dbc 100644 (file)
@@ -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 {