Visual editor: localizing publication save url
[fnpeditor.git] / editor.css
index dbec913..cf1abc2 100644 (file)
@@ -68,6 +68,7 @@ body {
 \r
 }\r
 \r
+#rng-visualEditor-sidebar,\r
 #rng-visualEditor-sidebar p,\r
 #rng-visualEditor-sidebar td,\r
 #rng-visualEditor-sidebar label,\r
@@ -109,15 +110,30 @@ body {
     margin-bottom: 0px;\r
 }\r
 \r
-.rng-visualEditor-editPaneNodeForm  label {\r
+.rng-visualEditor-editPaneNodeForm  label ,\r
+.rng-visualEditor-editPaneSelectionForm  label\r
+{\r
     width: 50px;\r
     display: inline-block;\r
 }\r
 \r
-.rng-visualEditor-editPaneNodeForm  select {\r
+.rng-visualEditor-editPaneNodeForm  select,\r
+.rng-visualEditor-editPaneSelectionForm  select\r
+ {\r
     width: 100px;\r
 }\r
 \r
+\r
+\r
+.rng-visualEditor-sidebarContentItem fieldset {\r
+    margin-bottom: 10px;\r
+}\r
+\r
+.rng-visualEditor-sidebarContentItem  legend {\r
+    font-size:11px;\r
+    height:30px;\r
+}\r
+\r
 #rng-visualEditor-meta table {\r
     margin-bottom:10px;\r
 }\r
@@ -158,10 +174,11 @@ body {
     border-color: white;\r
     border-style:solid;\r
     border-width:1px;\r
+    min-height:20px;\r
 }\r
 \r
 [wlxml-tag=header] {\r
-    font-size: 14px;\r
+    font-size: 13px;\r
     font-weight: bold;\r
     margin-bottom: 10px;\r
 }\r
@@ -171,6 +188,43 @@ body {
     margin-bottom: 10px;\r
 }\r
 \r
+[wlxml-class|="cite"] {\r
+    font-style: italic;\r
+}\r
+\r
+[wlxml-class|="cite-code"] {\r
+    font-family: monospace;\r
+}\r
+\r
+[wlxml-class|="cite-code-xml"] {\r
+    color: blue;\r
+}\r
+\r
+[wlxml-tag=header] > [wlxml-class=author] {\r
+    font-size: 14px;\r
+}\r
+\r
+[wlxml-tag=header] > [wlxml-class=title] {\r
+    font-size:18px;\r
+}\r
+\r
+[wlxml-class|="uri"] {\r
+    color: blue;\r
+    text-decoration: underline;\r
+}\r
+\r
+[wlxml-class|="p"] {\r
+    text-indent: 1.5em;\r
+}\r
+\r
+[wlxml-class|="emph-tech"] {\r
+    font-style: italic;\r
+}\r
+\r
+[wlxml-tag=document]  metadata {\r
+    display:none;\r
+}\r
+\r
 .rng-hover {\r
     border-color: red;\r
     border-style:solid;\r