fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: canvas - refactoring
[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
f17b91e
..
499fb4f
100644
(file)
--- a/
src/editor/modules/metadataEditor/metadataEditor.less
+++ b/
src/editor/modules/metadataEditor/metadataEditor.less
@@
-5,7
+5,7
@@
margin-bottom:10px;
[contenteditable] {
margin-bottom:10px;
[contenteditable] {
- cursor:
pointer
;
+ cursor:
text
;
word-wrap: break-word;
min-height: 13px;
}
word-wrap: break-word;
min-height: 13px;
}
@@
-14,17
+14,20
@@
border-bottom: none !important;
}
border-bottom: none !important;
}
+ tr td {
+ vertical-align: middle;
+ }
+
tr td:nth-child(1){
tr td:nth-child(1){
- width:
2
0%;
+ width:
3
0%;
}
tr td:nth-child(2) {
}
tr td:nth-child(2) {
- width:
8
0%;
+ width:
7
0%;
}
tr td:nth-child(3) {
width: 14px;
}
tr td:nth-child(3) {
width: 14px;
- vertical-align: middle;
}
}
}
}
@@
-33,8
+36,16
@@
margin-right:6px;
}
margin-right:6px;
}
+ .rng-visualEditor-metaRemoveBtn {
+ color: @red;
+ }
+
.btn {
padding:3px;
line-height:10px;
}
.btn {
padding:3px;
line-height:10px;
}
+
+ .drop-menu {
+ overflow: auto;
+ }
}
\ No newline at end of file
}
\ No newline at end of file