X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3185249361cacf28b88b00093f8b262795c8fa3c..ebaba7ac4948ae4280dea0a623045ffb6d5a722f:/editor.css?ds=sidebyside diff --git a/editor.css b/editor.css index 3691738..651b58b 100644 --- a/editor.css +++ b/editor.css @@ -24,12 +24,33 @@ body { border-style: solid; border-width: 1px; float:left; - width: 620px; + width: 600px; height: 500px; overflow-y: scroll; padding: 5px 10px; } +#rng-visualEditor-contentWrapper::-webkit-scrollbar { + width: 9px; +} + +#rng-visualEditor-contentWrapper::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); + -webkit-border-radius: 10px; + border-radius: 10px; +} + +#rng-visualEditor-contentWrapper::-webkit-scrollbar-thumb { + -webkit-border-radius: 10px; + border-radius: 10px; + background: rgba(73,175,205,0.8); + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); +} +#rng-visualEditor-contentWrapper::-webkit-scrollbar-thumb:window-inactive { + background: rgba(73,175,205,0.4); +} + + #rng-visualEditor-content { outline: 0px solid transparent; @@ -39,20 +60,39 @@ body { float:right; } -.rng { +#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; +} + +[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; }