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
651b58b
..
c5c3ee7
100644
(file)
--- a/
editor.css
+++ b/
editor.css
@@
-58,22
+58,41
@@
body {
\r
#rng-visualEditor-meta {
\r
float:right;
\r
\r
#rng-visualEditor-meta {
\r
float:right;
\r
+ width: 290px;
\r
}
\r
\r
}
\r
\r
-#rng-visualEditor-meta table input {
\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
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
}
\r
\r
-#rng-visualEditor-meta table tr td:nth-child(1)
input
{
\r
+#rng-visualEditor-meta table tr td:nth-child(1)
[contenteditable]
{
\r
width:90px;
\r
}
\r
\r
width:90px;
\r
}
\r
\r
-#rng-visualEditor-meta table tr td:nth-child(2)
input
{
\r
+#rng-visualEditor-meta table tr td:nth-child(2)
[contenteditable]
{
\r
width:150px;
\r
}
\r
\r
width:150px;
\r
}
\r
\r
+#rng-visualEditor-meta .rng-visualEditor-metaAddBtn {
\r
+ float:right;
\r
+ margin-right:6px;
\r
+}
\r
+
\r
+#rng-visualEditor-meta .btn{
\r
+ padding:3px;
\r
+ line-height:10px;
\r
+}
\r
+
\r
#rng-sourceEditor-editor {
\r
width: 940px;
\r
height: 500px;
\r
#rng-sourceEditor-editor {
\r
width: 940px;
\r
height: 500px;
\r