editor: fixing FF behavior in metadata editor
[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: pointer;
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:nth-child(1){
18             width: 20%;
19         }
20
21         tr td:nth-child(2)  {
22             width:80%;
23         }
24
25         tr td:nth-child(3) {
26             width: 14px;
27             vertical-align: middle;
28         }
29     }
30
31     .rng-module-metadataEditor-addBtn {
32         float:right;
33         margin-right:6px;
34     }
35
36     .btn {
37         padding:3px;
38         line-height:10px;
39     }
40 }