X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/166fc13012c33563b179a2bea5e33d36b0be979c..13584ed72497d3d447595a5a930ecc8a0051be44:/redakcja/static/css/master.css diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index 9e0b5614..fd05daa7 100644 --- a/redakcja/static/css/master.css +++ b/redakcja/static/css/master.css @@ -87,6 +87,20 @@ body { font-weight: bold; } +#header.saving { + background-color: #E1C1C1; +} +#header.saving #save-button { + display: none; +} +#save-attempt-info { + color: #801000; + display: none; +} +.saving #save-attempt-info { + display: inline; +} + #header h1, #header h1 a { margin: 0; padding: 0; @@ -264,3 +278,7 @@ img.tabclose { margin:1.5em 2em 0; font-size:0.875em } + +.wers_akap { + padding-left: 1em; +}