X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/203919a907c2b68e21009fd46aa8551e26502aa0..1dcf69f7caa40430482c79f46c5478f84f6afc0a:/editor.css?ds=inline diff --git a/editor.css b/editor.css index a0340bf..c587b50 100644 --- a/editor.css +++ b/editor.css @@ -34,6 +34,10 @@ body { text-indent: 0; } +#rng-visualEditor-mainArea { + margin-top:10px; +} + #rng-visualEditor-contentWrapper { border-color: #ddd; border-style: solid; @@ -43,7 +47,6 @@ body { height: 500px; overflow-y: scroll; padding: 5px 10px; - margin-top:10px; } #rng-visualEditor-contentWrapper::-webkit-scrollbar, @@ -151,6 +154,29 @@ body { #rng-visualEditor-toolbar { margin: -15px 0 10px 0; + white-space:nowrap; + word-spacing:0; +} + +#rng-visualEditor-toolbar select { + line-height: 14px; + font-size:9px; + height: auto; + width: 50px; + padding: 1px; +-webkit-appearance: button; +-moz-appearance: button; +appearance: button; + margin-bottom: 0; +} + +.rng-visualEditor-toolbarGroup { + border-width: 0 1px 0 0; + border-style: solid; + border-color: #ddd; + padding: 0 8px 0 0; + margin: 0 8px 0 0; + float:left; } .rng-visualEditor-sidebarContentItem fieldset {