X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=dashboard%2Fcss%2Fmain.css;fp=dashboard%2Fcss%2Fmain.css;h=7b10dbcf58ce44ddf50fd0ca2f1251f9478ae0ee;hb=a6ce6f3c00d8d4ae7d378da7ddc6feccf9a38477;hp=0000000000000000000000000000000000000000;hpb=8eac3cc3f7f58f7490ab6714217d985b8992af70;p=osm%2Fvim-emu.git diff --git a/dashboard/css/main.css b/dashboard/css/main.css new file mode 100755 index 0000000..7b10dbc --- /dev/null +++ b/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; +}