X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Feditor%2Feditor.css;h=efab7d33c48abcc921d7986d0f18ee3f9dcb59ba;hb=2edfca930c4192c6ceff3d738e085a36efae4aa1;hp=959fdf9037b6a382d566bc119e124ddb7617ef52;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/editor/editor.css b/LCARStrek/editor/editor.css index 959fdf90..efab7d33 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: hidden; +} + +#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; +} \ No newline at end of file