Fixing documentCanvas styles
[fnpeditor.git] / editor.css
index 24d3bc7..5944312 100644 (file)
@@ -1,5 +1,5 @@
 body {\r
-    padding-top: 30px;\r
+    padding-top: 5px;\r
 }\r
 \r
 #publication_content {\r
@@ -11,14 +11,6 @@ body {
     display: none;\r
 }\r
 \r
-#rng-skelton-menu {\r
-    float: right;\r
-}\r
-\r
-#rng-skelton-menu ul {\r
-    list-style-type: none;\r
-}\r
-\r
 .rng-visualEditor-nodeHoverTag {\r
     position:absolute;\r
     height:20px;\r
@@ -34,16 +26,19 @@ body {
     text-indent: 0;\r
 }\r
 \r
+#rng-visualEditor-mainArea {\r
+    margin-top:10px;\r
+}\r
+\r
 #rng-visualEditor-contentWrapper {\r
     border-color: #ddd;\r
     border-style: solid;\r
     border-width: 1px;\r
     float:left;\r
     width: 600px;\r
-    height: 500px;\r
+    height: 450px;\r
     overflow-y: scroll;\r
     padding: 5px 10px;\r
-    margin-top:10px;\r
 }\r
 \r
 #rng-visualEditor-contentWrapper::-webkit-scrollbar,\r
@@ -83,7 +78,7 @@ body {
 #rng-visualEditor-sidebar {\r
     float:right;\r
     width: 266px;\r
-    height:500px;\r
+    height:450px;\r
     position:relative;\r
     border-width: 1px 1px 1px 1px;\r
     border-style: solid;\r
@@ -176,6 +171,11 @@ appearance: button;
     float:left;\r
 }\r
 \r
+#rng-visualEditor-statusbar {\r
+    margin: 10px 5px;\r
+    font-size:0.9em;\r
+}\r
+\r
 .rng-visualEditor-sidebarContentItem fieldset {\r
     margin-bottom: 10px;\r
 }\r
@@ -248,6 +248,7 @@ appearance: button;
     border-width:1px;\r
     min-height:20px;\r
     position:relative;\r
+    text-indent: 0;\r
 }\r
 \r
 span[wlxml-tag] {\r
@@ -258,7 +259,7 @@ span[wlxml-tag] {
 [wlxml-tag=header] {\r
     font-size: 13px;\r
     font-weight: bold;\r
-    margin-bottom: 10px;\r
+    margin: 10px 0;\r
 }\r
 \r
 [wlxml-tag=section] {\r
@@ -266,6 +267,10 @@ span[wlxml-tag] {
     margin-bottom: 10px;\r
 }\r
 \r
+[wlxml-tag=section] [wlxml-tag=section] {\r
+    margin-left:10px;\r
+}\r
+\r
 [wlxml-class|="cite"] {\r
     font-style: italic;\r
 }\r
@@ -299,7 +304,7 @@ span[wlxml-tag] {
     font-style: italic;\r
 }\r
 \r
-[wlxml-tag=document]  metadata {\r
+[wlxml-tag]  metadata {\r
     display:none;\r
 }\r
 \r