X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/d85313d7ac6ab318a237df3987ea92f0e42d41c7..ebaba7ac4948ae4280dea0a623045ffb6d5a722f:/editor.css?ds=sidebyside diff --git a/editor.css b/editor.css index a6691f2..651b58b 100644 --- a/editor.css +++ b/editor.css @@ -24,7 +24,7 @@ body { border-style: solid; border-width: 1px; float:left; - width: 620px; + width: 600px; height: 500px; overflow-y: scroll; padding: 5px 10px; @@ -60,6 +60,20 @@ body { float:right; } +#rng-visualEditor-meta table input { + font-size: 11px; + line-height:13px; + +} + +#rng-visualEditor-meta table tr td:nth-child(1) input { + width:90px; +} + +#rng-visualEditor-meta table tr td:nth-child(2) input { + width:150px; +} + #rng-sourceEditor-editor { width: 940px; height: 500px;