editor: Bring back metadata editor as a modal dialog
[fnpeditor.git] / src / editor / plugins / core / metadataEditor / metadataEditor.less
1 .metadataEditor .modal-body {
2     overflow: visible;
3 }
4
5 .rng-module-metadataEditor {
6
7     table {
8         table-layout:fixed;
9         margin-bottom:10px;
10
11         [contenteditable] {
12             cursor: text;
13             word-wrap: break-word;
14             min-height: 13px;
15         }
16
17         li:last-child {
18             border-bottom: none !important;
19         }
20
21         tr td {
22             vertical-align: middle;
23         }
24
25         tr td:nth-child(1){
26             width: 30%;
27         }
28
29         tr td:nth-child(2)  {
30             width:70%;
31         }
32
33         tr td:nth-child(3) {
34             width: 14px;
35         }
36     }
37
38     .rng-module-metadataEditor-addBtn {
39         float:right;
40         margin-right:6px;
41     }
42
43     .rng-visualEditor-metaRemoveBtn {
44         color: @red;
45     }
46
47     .btn {
48         padding:3px;
49         line-height:10px;
50     }
51
52     .drop-menu {
53         overflow: auto;
54     }
55 }