Visual editor: selects in edit pane (wip) + styling
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 12:20:39 +0000 (14:20 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 18 Apr 2013 12:20:39 +0000 (14:20 +0200)
WIP: selections don't work yet

editor.css

index 50f178e..1063cff 100644 (file)
@@ -65,6 +65,29 @@ body {
     border-style: solid;\r
     border-color: #ddd;\r
     padding: 5px 15px;\r
+\r
+}\r
+\r
+#rng-visualEditor-sidebar p,\r
+#rng-visualEditor-sidebar td,\r
+#rng-visualEditor-sidebar label,\r
+#rng-visualEditor-sidebar input,\r
+#rng-visualEditor-sidebar select {\r
+    font-size: 11px;\r
+    line-height:13px;\r
+}\r
+\r
+#rng-visualEditor-sidebar select {\r
+    -webkit-appearance: button;\r
+    -moz-appearance: button;\r
+    appearance: button;\r
+    height: auto;\r
+    line-height: 14px;\r
+}\r
+\r
+#rng-visualEditor-sidebar label + select {\r
+    position:relative;\r
+    top: 5px;\r
 }\r
 \r
 #rng-visualEditor-sidebarButtons {\r
@@ -86,9 +109,13 @@ body {
     margin-bottom: 0px;\r
 }\r
 \r
-.rng-visualEditor-sidebarContentItem {\r
-    font-size: 11px;\r
-    line-height:13px;\r
+.rng-visualEditor-editPaneNodeForm  label {\r
+    width: 50px;\r
+    display: inline-block;\r
+}\r
+\r
+.rng-visualEditor-editPaneNodeForm  select {\r
+    width: 100px;\r
 }\r
 \r
 #rng-visualEditor-meta table {\r