X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/1fe8bb015648709853a4e14584ab1b3059b9ba1d..7e51aac084729ec15edc054e7c0bc3b07be05889:/editor.css diff --git a/editor.css b/editor.css index 24d3bc7..11cf5bd 100644 --- a/editor.css +++ b/editor.css @@ -11,10 +11,28 @@ body { display: none; } +#rng-skelton { + position: relative; +} + #rng-skelton-menu { float: right; } +#rng-skelton-messages { + position: absolute; + top: -22px; + width:100%; + text-align:center; +} + +#rng-skelton-messages span { + font-weight: bold; + background: #f9edbe; + padding: 2px 5px; + border: solid 1px #f6e39c; +} + #rng-skelton-menu ul { list-style-type: none; } @@ -34,6 +52,10 @@ body { text-indent: 0; } +#rng-visualEditor-mainArea { + margin-top:10px; +} + #rng-visualEditor-contentWrapper { border-color: #ddd; border-style: solid; @@ -43,7 +65,6 @@ body { height: 500px; overflow-y: scroll; padding: 5px 10px; - margin-top:10px; } #rng-visualEditor-contentWrapper::-webkit-scrollbar, @@ -299,7 +320,7 @@ span[wlxml-tag] { font-style: italic; } -[wlxml-tag=document] metadata { +[wlxml-tag] metadata { display:none; }