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