X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/6de8b7d1e30971aa6582804ae3b4e9364e31a158..73894afa5c6ed0829890f129def7e85540e3366c:/editor.css diff --git a/editor.css b/editor.css index 8c6c845..1063cff 100644 --- a/editor.css +++ b/editor.css @@ -56,9 +56,66 @@ body { outline: 0px solid transparent; } -#rng-visualEditor-meta { +#rng-visualEditor-sidebar { float:right; - width: 290px; + width: 266px; + height:500px; + position:relative; + border-width: 1px 1px 1px 1px; + 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 { + /*-webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); */ + + position:absolute; + top:-1px; + right:-50px; + border-width: 1px 1px 1px 0px; + border-style: solid; + border-color: #ddd; + padding: 5px; + background: #ededed; +} + +#rng-visualEditor-sidebarButtons ul { + margin-bottom: 0px; +} + +.rng-visualEditor-editPaneNodeForm label { + width: 50px; + display: inline-block; +} + +.rng-visualEditor-editPaneNodeForm select { + width: 100px; } #rng-visualEditor-meta table { @@ -66,8 +123,6 @@ body { } #rng-visualEditor-meta table [contenteditable] { - font-size: 11px; - line-height:13px; cursor: pointer; }