Merge pull request #210 from cgeoffroy/pr/enable_learning_01
[osm/vim-emu.git] / dashboard / css / main.css
old mode 100644 (file)
new mode 100755 (executable)
index bbcdc59..7b10dbc
@@ -11,30 +11,24 @@ body {
 #content {
 }
 
-#input_filter {
-       width: 100px;
-}
-
 
-.tbl-timestamp {
-       font-size: 10px;
-    color: #2b669a;
+.tbl-head {
+    font-weight: bold;
+    border-bottom: 1px solid #2c3e50;
+    background-color: #c9ced3;
 }
 
-.tbl-message {
-       font-size: 14px;
+.tbl-head > td {
+    padding-top: 4px;
+    padding-bottom: 4px;
 }
 
-.tbl-address {
-       font-size: 14px;
-    vertical-align: middle;
-}
+.tbl-row > td {
+    padding-top: 4px;
+    padding-bottom: 4px;
 
-.tbl-cat {
-       font-size: 14px;
-    vertical-align: middle;
 }
 
-.unitbutton {
-       cursor: pointer;
+.spacer {
+    height: 20px;
 }