X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2Feditor.css;h=b6222640d05a244d550439f266ba1df86e3169b3;hp=959fdf9037b6a382d566bc119e124ddb7617ef52;hb=136d0f4352b32066ee0cb62122a29bb94130b0e0;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/editor/editor.css b/LCARStrek/editor/editor.css index 959fdf90..b6222640 100644 --- a/LCARStrek/editor/editor.css +++ b/LCARStrek/editor/editor.css @@ -59,6 +59,7 @@ #content-source, #doctype-text { font-family: -moz-fixed; + font-size: -moz-initial; } #appcontent { @@ -66,3 +67,28 @@ #ContentWindowDeck { } + +/* ::::: struct toolbar ::::: */ + +#structToolbar { + min-width: 1px; + overflow: -moz-hidden-unscrollable; +} + +#structSpacer { + margin: 2px 0px; +} + +.struct-button { + padding: 2px; +} + +.struct-button[checked="true"] { + font-weight: bold; +} + +.struct-textbox { + padding: 0px !important; + margin: 0px !important; + border: none !important; +}