fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: dropping a working draft
[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: text;
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 {
18
vertical-align: middle;
19
}
20
21
tr td:nth-child(1){
22
width: 30%;
23
}
24
25
tr td:nth-child(2) {
26
width:70%;
27
}
28
29
tr td:nth-child(3) {
30
width: 14px;
31
}
32
}
33
34
.rng-module-metadataEditor-addBtn {
35
float:right;
36
margin-right:6px;
37
}
38
39
.btn {
40
padding:3px;
41
line-height:10px;
42
}
43
}