-.rng-module-metadataEditor {\r
-\r
- table {\r
- margin-bottom:10px;\r
- \r
- [contenteditable] {\r
- cursor: pointer;\r
- }\r
-\r
- li:last-child {\r
- border-bottom: none !important;\r
- }\r
-\r
- tr td:nth-child(1){\r
- width: 20%;\r
- }\r
-\r
- tr td:nth-child(2) {\r
- width:80%;\r
- }\r
- }\r
-\r
- .rng-module-metadataEditor-addBtn {\r
- float:right;\r
- margin-right:6px;\r
- }\r
-\r
- .btn {\r
- padding:3px;\r
- line-height:10px;\r
- }\r
+.rng-module-metadataEditor {
+
+ table {
+ margin-bottom:10px;
+
+ [contenteditable] {
+ cursor: pointer;
+ }
+
+ li:last-child {
+ border-bottom: none !important;
+ }
+
+ tr td:nth-child(1){
+ width: 20%;
+ }
+
+ tr td:nth-child(2) {
+ width:80%;
+ }
+ }
+
+ .rng-module-metadataEditor-addBtn {
+ float:right;
+ margin-right:6px;
+ }
+
+ .btn {
+ padding:3px;
+ line-height:10px;
+ }