dashboard prototype
[osm/vim-emu.git] / dashboard / css / main.css
index 6e409e0..7b10dbc 100644 (file)
@@ -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;
+}