X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=dashboard%2Fcss%2Fmain.css;h=7b10dbcf58ce44ddf50fd0ca2f1251f9478ae0ee;hb=e83dcab8d3402c36509baea7b99920856f6caf58;hp=bbcdc59e2afb49114404bdfa4ffe62fdf5b6f602;hpb=0289b604314f2edf88ed7abbe47a8118c2e04716;p=osm%2Fvim-emu.git diff --git a/dashboard/css/main.css b/dashboard/css/main.css old mode 100644 new mode 100755 index bbcdc59..7b10dbc --- a/dashboard/css/main.css +++ b/dashboard/css/main.css @@ -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; }