fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Visual editor - moving meta add button out of table + some styling
[fnpeditor.git]
/
editor.css
diff --git
a/editor.css
b/editor.css
index
2eab7fc
..
c5c3ee7
100644
(file)
--- a/
editor.css
+++ b/
editor.css
@@
-61,11
+61,18
@@
body {
width: 290px;
\r
}
\r
\r
width: 290px;
\r
}
\r
\r
+#rng-visualEditor-meta table {
\r
+ margin-bottom:10px;
\r
+}
\r
+
\r
#rng-visualEditor-meta table [contenteditable] {
\r
font-size: 11px;
\r
line-height:13px;
\r
cursor: pointer;
\r
#rng-visualEditor-meta table [contenteditable] {
\r
font-size: 11px;
\r
line-height:13px;
\r
cursor: pointer;
\r
+}
\r
\r
\r
+#rng-visualEditor-meta table li:last-child {
\r
+ border-bottom: none !important;
\r
}
\r
\r
#rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] {
\r
}
\r
\r
#rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] {
\r
@@
-76,8
+83,9
@@
body {
width:150px;
\r
}
\r
\r
width:150px;
\r
}
\r
\r
-#rng-visualEditor-meta table .rng-visualEditor-addMetaRow td:nth-child(3) {
\r
- width:15px;
\r
+#rng-visualEditor-meta .rng-visualEditor-metaAddBtn {
\r
+ float:right;
\r
+ margin-right:6px;
\r
}
\r
\r
#rng-visualEditor-meta .btn{
\r
}
\r
\r
#rng-visualEditor-meta .btn{
\r