X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0214643f72c6aaa8e85eaba2ad27f2ca03ca6401..39f08569a5e595a7622b8bb4ab27dbfcab502c62:/modules/metadataEditor/metadataEditor.less

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