X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3a9201532641056de58df7b4555a686057cbe40e..eebb24ef74a635e06c6bc8f074302996ca5936ec:/editor.css diff --git a/editor.css b/editor.css index 8df3f73..5944312 100644 --- a/editor.css +++ b/editor.css @@ -11,32 +11,6 @@ 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; -} - .rng-visualEditor-nodeHoverTag { position:absolute; height:20px; @@ -274,6 +248,7 @@ appearance: button; border-width:1px; min-height:20px; position:relative; + text-indent: 0; } span[wlxml-tag] { @@ -284,7 +259,7 @@ span[wlxml-tag] { [wlxml-tag=header] { font-size: 13px; font-weight: bold; - margin-bottom: 10px; + margin: 10px 0; } [wlxml-tag=section] { @@ -292,6 +267,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; }