wip: Experimenting with new approach - dividing visualEditor module
[fnpeditor.git] / modules / metadataEditor / metadataEditor.less
diff --git a/modules/metadataEditor/metadataEditor.less b/modules/metadataEditor/metadataEditor.less
new file mode 100644 (file)
index 0000000..8a9446c
--- /dev/null
@@ -0,0 +1,32 @@
+.rng-module-metadataEditor {\r
+\r
+    table {\r
+        margin-bottom:10px;\r
+    \r
+        [contenteditable] {\r
+            cursor: pointer;\r
+        }\r
+\r
+        li:last-child {\r
+            border-bottom: none !important;\r
+        }\r
+\r
+        tr td:nth-child(1){\r
+            width: 20%;\r
+        }\r
+\r
+        tr td:nth-child(2)  {\r
+            width:80%;\r
+        }\r
+    }\r
+\r
+    .rng-module-metadataEditor-addBtn {\r
+        float:right;\r
+        margin-right:6px;\r
+    }\r
+\r
+    .btn {\r
+        padding:3px;\r
+        line-height:10px;\r
+    }\r
+}
\ No newline at end of file