X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c89776c783212b4e1ed572854bcf4308462d8b82..73ef2b8442dc95f8b7279de812c30ac8626d5f39:/redakcja/static/css/master.css diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index 75bdc638..c1060bcd 100644 --- a/redakcja/static/css/master.css +++ b/redakcja/static/css/master.css @@ -57,6 +57,29 @@ body { overflow: hidden; } +.sideless .editor { + right: 0; +} +.image-object { + padding-left: 1em; + font: 12px Sans, Helvetica, Verdana, sans-serif; +} +.image-object:hover { + cursor: pointer; +} +#objects-list .delete { + padding-left: 3px; + font: 10px Sans, Helvetica, Verdana, sans-serif; +} +#objects-list .delete:hover { + cursor: pointer; +} + +#objects-list .active { + color: #800; +} + + #editor.readonly .editor { right: 0px; } @@ -99,6 +122,8 @@ body { font: 11px Helvetica, Verdana, sans-serif; font-weight: bold; + + z-index: 100; } @@ -353,3 +378,14 @@ img.tabclose { .saveNotify span { font-weight: bold; } + + + +.scrolled { + position: absolute; + top: 29px; + left: 0; + right: 0; + bottom: 0; + overflow: auto; +}