fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: styling experiments for aside.gap element
[fnpeditor.git]
/
src
/
editor
/
modules
/
metadataEditor
/
metadataEditor.less
diff --git
a/src/editor/modules/metadataEditor/metadataEditor.less
b/src/editor/modules/metadataEditor/metadataEditor.less
index
42bf5c0
..
f17b91e
100644
(file)
--- a/
src/editor/modules/metadataEditor/metadataEditor.less
+++ b/
src/editor/modules/metadataEditor/metadataEditor.less
@@
-1,10
+1,13
@@
.rng-module-metadataEditor {
table {
.rng-module-metadataEditor {
table {
+ table-layout:fixed;
margin-bottom:10px;
margin-bottom:10px;
-
+
[contenteditable] {
cursor: pointer;
[contenteditable] {
cursor: pointer;
+ word-wrap: break-word;
+ min-height: 13px;
}
li:last-child {
}
li:last-child {
@@
-18,6
+21,11
@@
tr td:nth-child(2) {
width:80%;
}
tr td:nth-child(2) {
width:80%;
}
+
+ tr td:nth-child(3) {
+ width: 14px;
+ vertical-align: middle;
+ }
}
.rng-module-metadataEditor-addBtn {
}
.rng-module-metadataEditor-addBtn {