X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dashboard%2Fcss%2Fmain.css;fp=dashboard%2Fcss%2Fmain.css;h=bbcdc59e2afb49114404bdfa4ffe62fdf5b6f602;hb=0289b604314f2edf88ed7abbe47a8118c2e04716;hp=0000000000000000000000000000000000000000;hpb=2473edf0b232cec91ebb4529ad69ea0ca0bb0f0a;p=osm%2Fvim-emu.git diff --git a/dashboard/css/main.css b/dashboard/css/main.css new file mode 100644 index 0000000..bbcdc59 --- /dev/null +++ b/dashboard/css/main.css @@ -0,0 +1,40 @@ +body { + margin: 16px; + height: 100%; +} + +#logo { + height: 90px; + text-align: right; +} + +#content { +} + +#input_filter { + width: 100px; +} + + +.tbl-timestamp { + font-size: 10px; + color: #2b669a; +} + +.tbl-message { + font-size: 14px; +} + +.tbl-address { + font-size: 14px; + vertical-align: middle; +} + +.tbl-cat { + font-size: 14px; + vertical-align: middle; +} + +.unitbutton { + cursor: pointer; +}