Fixed #730, #733: problems with saving
[redakcja.git] / redakcja / static / css / master.css
index 9e0b561..fd05daa 100644 (file)
@@ -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;
+}