8a9446c602349bfcd177914e679ee7fe41ff1685
[fnpeditor.git] / modules / metadataEditor / metadataEditor.less
1 .rng-module-metadataEditor {\r
2 \r
3     table {\r
4         margin-bottom:10px;\r
5     \r
6         [contenteditable] {\r
7             cursor: pointer;\r
8         }\r
9 \r
10         li:last-child {\r
11             border-bottom: none !important;\r
12         }\r
13 \r
14         tr td:nth-child(1){\r
15             width: 20%;\r
16         }\r
17 \r
18         tr td:nth-child(2)  {\r
19             width:80%;\r
20         }\r
21     }\r
22 \r
23     .rng-module-metadataEditor-addBtn {\r
24         float:right;\r
25         margin-right:6px;\r
26     }\r
27 \r
28     .btn {\r
29         padding:3px;\r
30         line-height:10px;\r
31     }\r
32 }