X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Feditor%2Feditor.css;h=f0ef24bdd1f7d4fda91e20f117b291f01f801391;hb=a5516fb7237c6f167df4700416053f1dd213c6c9;hp=ebd3d79494130d47ced2d26d88a0dc617c202387;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;p=themes.git diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index ebd3d794..f0ef24bd 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/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 { + -moz-appearance: none !important; + padding: 0px !important; + margin: 0px !important; + border: none !important; +}