X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fdashboard%2Fcss%2Fmain.css;fp=src%2Femuvim%2Fdashboard%2Fcss%2Fmain.css;h=7b10dbcf58ce44ddf50fd0ca2f1251f9478ae0ee;hb=5b876700bdef500e17c212f5b0bcea5383e44528;hp=0000000000000000000000000000000000000000;hpb=23be11bc2e8fcb8e177694c61d95e65682a84238;p=osm%2Fvim-emu.git diff --git a/src/emuvim/dashboard/css/main.css b/src/emuvim/dashboard/css/main.css new file mode 100755 index 0000000..7b10dbc --- /dev/null +++ b/src/emuvim/dashboard/css/main.css @@ -0,0 +1,34 @@ +body { + margin: 16px; + height: 100%; +} + +#logo { + height: 90px; + text-align: right; +} + +#content { +} + + +.tbl-head { + font-weight: bold; + border-bottom: 1px solid #2c3e50; + background-color: #c9ced3; +} + +.tbl-head > td { + padding-top: 4px; + padding-bottom: 4px; +} + +.tbl-row > td { + padding-top: 4px; + padding-bottom: 4px; + +} + +.spacer { + height: 20px; +}