X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2Feditor.css;h=e3a06d6e201e35855ca9fd01a2c6fd01699ed98b;hp=ebd3d79494130d47ced2d26d88a0dc617c202387;hb=136d0f4352b32066ee0cb62122a29bb94130b0e0;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index ebd3d794..e3a06d6e 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,27 @@ #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; +}