X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/d4e89595e829f60443056ce65f5f275d10f882ed..6312e8b640d0aa87fa8c2bdac6132f6d3a7d1e7b:/editor.css diff --git a/editor.css b/editor.css index 18dfc16..020ef8d 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,20 +60,45 @@ body { float:right; } -.rng { +#rng-visualEditor-meta table [contenteditable] { + font-size: 11px; + line-height:13px; + cursor: pointer; + +} + +#rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] { + width:90px; +} + +#rng-visualEditor-meta table tr td:nth-child(2) [contenteditable] { + width:150px; +} + +#rng-visualEditor-meta .btn{ + padding:3px; + line-height:10px; +} + +#rng-sourceEditor-editor { + width: 940px; + height: 500px; +} + +[wlxml-tag] { float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */ border-color: white; border-style:solid; border-width:1px; } -.rng-header { +[wlxml-tag=header] { font-size: 19px; font-style: bold; margin-bottom: 10px; } -.rng-section { +[wlxml-tag=section] { margin-top: 10px; margin-bottom: 10px; }