Fix for Firefox
[fnpeditor.git] / editor.css
index 18dfc16..020ef8d 100644 (file)
@@ -24,7 +24,7 @@ body {
     border-style: solid;\r
     border-width: 1px;\r
     float:left;\r
-    width: 620px;\r
+    width: 600px;\r
     height: 500px;\r
     overflow-y: scroll;\r
     padding: 5px 10px;\r
@@ -60,20 +60,45 @@ body {
     float:right;\r
 }\r
 \r
-.rng {\r
+#rng-visualEditor-meta table [contenteditable] {\r
+    font-size: 11px;\r
+    line-height:13px;\r
+    cursor: pointer;\r
+\r
+}\r
+\r
+#rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] {\r
+    width:90px;\r
+}\r
+\r
+#rng-visualEditor-meta table tr td:nth-child(2) [contenteditable]  {\r
+    width:150px;\r
+}\r
+\r
+#rng-visualEditor-meta .btn{\r
+    padding:3px;\r
+    line-height:10px;\r
+}\r
+\r
+#rng-sourceEditor-editor {\r
+    width: 940px;\r
+    height: 500px;\r
+}\r
+\r
+[wlxml-tag] {\r
     float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */\r
     border-color: white;\r
     border-style:solid;\r
     border-width:1px;\r
 }\r
 \r
-.rng-header {\r
+[wlxml-tag=header] {\r
     font-size: 19px;\r
     font-style: bold;\r
     margin-bottom: 10px;\r
 }\r
 \r
-.rng-section {\r
+[wlxml-tag=section] {\r
     margin-top: 10px;\r
     margin-bottom: 10px;\r
 }\r