Visual editor - moving meta add button out of table + some styling
[fnpeditor.git] / editor.css
index 2eab7fc..c5c3ee7 100644 (file)
@@ -61,11 +61,18 @@ body {
     width: 290px;\r
 }\r
 \r
+#rng-visualEditor-meta table {\r
+    margin-bottom:10px;\r
+}\r
+\r
 #rng-visualEditor-meta table [contenteditable] {\r
     font-size: 11px;\r
     line-height:13px;\r
     cursor: pointer;\r
+}\r
 \r
+#rng-visualEditor-meta table li:last-child {\r
+    border-bottom: none !important;\r
 }\r
 \r
 #rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] {\r
@@ -76,8 +83,9 @@ body {
     width:150px;\r
 }\r
 \r
-#rng-visualEditor-meta table .rng-visualEditor-addMetaRow td:nth-child(3) {\r
-    width:15px;\r
+#rng-visualEditor-meta .rng-visualEditor-metaAddBtn {\r
+    float:right;\r
+    margin-right:6px;\r
 }\r
 \r
 #rng-visualEditor-meta .btn{\r