editor: metadata editor - fixing table layout
[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         }
10
11         li:last-child {
12             border-bottom: none !important;
13         }
14
15         tr td:nth-child(1){
16             width: 20%;
17         }
18
19         tr td:nth-child(2)  {
20             width:80%;
21         }
22
23         tr td:nth-child(3) {
24             width: 14px;
25             vertical-align: middle;
26         }
27     }
28
29     .rng-module-metadataEditor-addBtn {
30         float:right;
31         margin-right:6px;
32     }
33
34     .btn {
35         padding:3px;
36         line-height:10px;
37     }
38 }