X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ebaba7ac4948ae4280dea0a623045ffb6d5a722f..7e96084b977d9ecea7b0569fad7357035c017325:/editor.css diff --git a/editor.css b/editor.css index 651b58b..c5c3ee7 100644 --- a/editor.css +++ b/editor.css @@ -58,22 +58,41 @@ body { #rng-visualEditor-meta { float:right; + width: 290px; } -#rng-visualEditor-meta table input { +#rng-visualEditor-meta table { + margin-bottom:10px; +} + +#rng-visualEditor-meta table [contenteditable] { font-size: 11px; line-height:13px; + cursor: pointer; +} +#rng-visualEditor-meta table li:last-child { + border-bottom: none !important; } -#rng-visualEditor-meta table tr td:nth-child(1) input { +#rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] { width:90px; } -#rng-visualEditor-meta table tr td:nth-child(2) input { +#rng-visualEditor-meta table tr td:nth-child(2) [contenteditable] { width:150px; } +#rng-visualEditor-meta .rng-visualEditor-metaAddBtn { + float:right; + margin-right:6px; +} + +#rng-visualEditor-meta .btn{ + padding:3px; + line-height:10px; +} + #rng-sourceEditor-editor { width: 940px; height: 500px;