X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/6515d67111202f746a1a58c66dcf2261636f2a26..2a0f7de048f49f0087caae5962f124dbbb06d69e:/src/editor/modules/metadataEditor/metadataEditor.less diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less deleted file mode 100644 index 499fb4f..0000000 --- a/src/editor/modules/metadataEditor/metadataEditor.less +++ /dev/null @@ -1,51 +0,0 @@ -.rng-module-metadataEditor { - - table { - table-layout:fixed; - margin-bottom:10px; - - [contenteditable] { - cursor: text; - word-wrap: break-word; - min-height: 13px; - } - - li:last-child { - border-bottom: none !important; - } - - tr td { - vertical-align: middle; - } - - tr td:nth-child(1){ - width: 30%; - } - - tr td:nth-child(2) { - width:70%; - } - - tr td:nth-child(3) { - width: 14px; - } - } - - .rng-module-metadataEditor-addBtn { - float:right; - margin-right:6px; - } - - .rng-visualEditor-metaRemoveBtn { - color: @red; - } - - .btn { - padding:3px; - line-height:10px; - } - - .drop-menu { - overflow: auto; - } -} \ No newline at end of file