editor: Support for selecting metadata keys from a list in the metadata editor
[fnpeditor.git] / src / editor / modules / metadataEditor / metadataEditor.less
index f17b91e..e214e71 100644 (file)
@@ -5,7 +5,7 @@
         margin-bottom:10px;
 
         [contenteditable] {
-            cursor: pointer;
+            cursor: text;
             word-wrap: break-word;
             min-height: 13px;
         }
             border-bottom: none !important;
         }
 
+        tr td {
+            vertical-align: middle;
+        }
+
         tr td:nth-child(1){
-            width: 20%;
+            width: 30%;
         }
 
         tr td:nth-child(2)  {
-            width:80%;
+            width:70%;
         }
 
         tr td:nth-child(3) {
             width: 14px;
-            vertical-align: middle;
         }
     }