From: Aleksander Ɓukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Date: Thu, 18 Apr 2013 12:20:39 +0000 (+0200)
Subject: Visual editor: selects in edit pane (wip) + styling
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/6c3435b786691478af2fd07f4e9bc91fb008bcce?hp=6cf5f74d466e2f1dbffcb09e78c79ccecdd77685

Visual editor: selects in edit pane (wip) + styling

WIP: selections don't work yet
---

diff --git a/editor.css b/editor.css
index 50f178e..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,9 +109,13 @@ body {
     margin-bottom: 0px;
 }
 
-.rng-visualEditor-sidebarContentItem {
-    font-size: 11px;
-    line-height:13px;
+.rng-visualEditor-editPaneNodeForm  label {
+    width: 50px;
+    display: inline-block;
+}
+
+.rng-visualEditor-editPaneNodeForm  select {
+    width: 100px;
 }
 
 #rng-visualEditor-meta table {