fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor
[fnpeditor.git]
/
modules
/
metadataEditor
/
metadataEditor.less
1
.rng-module-metadataEditor {
2
3
table {
4
margin-bottom:10px;
5
6
[contenteditable] {
7
cursor: pointer;
8
}
9
10
li:last-child {
11
border-bottom: none !important;
12
}
13
14
tr td:nth-child(1){
15
width: 20%;
16
}
17
18
tr td:nth-child(2) {
19
width:80%;
20
}
21
}
22
23
.rng-module-metadataEditor-addBtn {
24
float:right;
25
margin-right:6px;
26
}
27
28
.btn {
29
padding:3px;
30
line-height:10px;
31
}
32
}