X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ad5230bb4e14bbc859fdc5b1b31efab6bf43d122..6c3435b786691478af2fd07f4e9bc91fb008bcce:/editor.css diff --git a/editor.css b/editor.css index 01b6565..1063cff 100644 --- a/editor.css +++ b/editor.css @@ -65,6 +65,29 @@ body { border-style: solid; border-color: #ddd; padding: 5px 15px; + +} + +#rng-visualEditor-sidebar p, +#rng-visualEditor-sidebar td, +#rng-visualEditor-sidebar label, +#rng-visualEditor-sidebar input, +#rng-visualEditor-sidebar select { + font-size: 11px; + line-height:13px; +} + +#rng-visualEditor-sidebar select { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + height: auto; + line-height: 14px; +} + +#rng-visualEditor-sidebar label + select { + position:relative; + top: 5px; } #rng-visualEditor-sidebarButtons { @@ -86,14 +109,20 @@ body { margin-bottom: 0px; } +.rng-visualEditor-editPaneNodeForm label { + width: 50px; + display: inline-block; +} + +.rng-visualEditor-editPaneNodeForm select { + width: 100px; +} #rng-visualEditor-meta table { margin-bottom:10px; } #rng-visualEditor-meta table [contenteditable] { - font-size: 11px; - line-height:13px; cursor: pointer; }