X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9f979033640e55e9eaf62d1f1ae8dca634bdd6e2..73ef2b8442dc95f8b7279de812c30ac8626d5f39:/redakcja/static/css/master.css diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index 31277d32..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,8 +122,11 @@ body { font: 11px Helvetica, Verdana, sans-serif; font-weight: bold; + + z-index: 100; } + #header.saving { background-color: #E1C1C1; } @@ -113,8 +139,26 @@ body { } .saving #save-attempt-info { display: inline; + font-weight: normal; } + +#header.out-of-date { + background-color: #E1C1C1; +} +#header.out-of-date #save-button { + display: none; +} +#out-of-date-info { + color: #801000; + display: none; +} +.out-of-date #out-of-date-info { + display: inline; +} + + + #header h1, #header h1 a { margin: 0; padding: 0; @@ -295,10 +339,6 @@ img.tabclose { overflow: hidden; } -.htmlview *[x-editable] { - background-color: white; - -} .htmlview .active[x-editable] { background-color: #FAFAFA; border: 1px solid #DDD; @@ -320,7 +360,15 @@ img.tabclose { } .saveNotify { - position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black; + position:absolute; + top:22px; + right:7px; + z-index:800; + background-color: #FFFF69; + padding:10px; + border: 1px solid black; + border-radius: 5px; + -moz-border-radius: 15px; } .notifyTip { @@ -330,3 +378,14 @@ img.tabclose { .saveNotify span { font-weight: bold; } + + + +.scrolled { + position: absolute; + top: 29px; + left: 0; + right: 0; + bottom: 0; + overflow: auto; +}