X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e77f342a73c940f16c37f57ffa50edce9caef8f0..cbae1e671056708da934db5f07f8a5e9d9afc95c:/redakcja/static/css/master.css?ds=inline

diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css
index 8e1d053f..cbfe66ab 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;
@@ -103,16 +117,22 @@ body {
     color: #222;
 }
 
-#tabs {
+.tabs {
 	overflow: hidden;
     margin: 0;
 	padding: 0;
 	height: 31px;
 	border: 0px;
 	padding-left: 1em;
+    float: left;
+}
+
+#tabs-right {
+    float: right;
+    padding-right: 1em;
 }
 
-#tabs li {
+.tabs li {
 	height: 18px;
 	margin-top: 6px;
 	margin-bottom: 0px;
@@ -143,7 +163,7 @@ body {
     -webkit-border-bottom-right-radius: 0px;
 }
 
-#tabs li.active {
+.tabs li.active {
     background-color: #C1C1C1;
 }
 
@@ -236,7 +256,6 @@ img.tabclose {
 	vertical-align: text-bottom;
 }
 
-
 /*
  * HTML Editor view
  */
@@ -260,3 +279,12 @@ img.tabclose {
 	background-color: black;
 	opacity: 0.4;
 }
+
+.poezja_cyt {
+    margin:1.5em 2em 0;
+    font-size:0.875em
+}
+
+.wers_akap {
+	padding-left: 1em;
+}