X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9f979033640e55e9eaf62d1f1ae8dca634bdd6e2..452e9a06fe01f0501893df257366689024b54492:/redakcja/static/css/master.css diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index 31277d32..075f59d8 100644 --- a/redakcja/static/css/master.css +++ b/redakcja/static/css/master.css @@ -101,6 +101,7 @@ body { font-weight: bold; } + #header.saving { background-color: #E1C1C1; } @@ -113,7 +114,25 @@ 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;