Ticket 006: added link to main page
[redakcja.git] / redakcja / static / css / master.css
index c14a3dc..b4e0824 100644 (file)
@@ -23,15 +23,27 @@ body {
     bottom: 0;
     right: 0;
     width: 26px;
-    background: #C1C1C1 url(../img/gallery.png) no-repeat scroll center center;
+    /*background: #C1C1C1 url(../img/gallery.png) no-repeat scroll center center;*/
     border-left: 2px solid #999;
     border-right: 2px solid #999;
-    cursor: pointer;
+    cursor: pointer;  
+    background: #C1C1C1; 
 }
 
 .vsplitbar:hover {
-       background-color: yellow;
-       border-color: orange;
+       background-color: #E6E6E6;
+}
+
+
+.vsplitbar p {
+  -moz-transform: rotate(270deg);
+  -moz-transform-origin: 50% 50%;
+  -webkit-transform: rotate(270deg);
+  -webkit-transform-origin: 50% 50%; 
+  -o-transform: rotate(-270deg);
+  -o-transform-origin:  bottom left;
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  margin: 250px auto;
 }
 
 .editor {
@@ -87,15 +99,29 @@ 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;
-    font: 17px Helvetica, Verdana, sans-serif;
+    font: 9px Helvetica, Verdana, sans-serif;
     font-weight: bold;
     float: left;
-    padding: 3px 6px 2px 6px;
+    padding: 3px 3px 2px 3px;
     color: #222;
-    line-height: 20px;
+    #line-height: 20px;
 }
 
 #header h1 a {
@@ -103,16 +129,26 @@ body {
     color: #222;
 }
 
-#tabs {
+#header img {
+    border: 0;
+}
+
+.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 +179,7 @@ body {
     -webkit-border-bottom-right-radius: 0px;
 }
 
-#tabs li.active {
+.tabs li.active {
     background-color: #C1C1C1;
 }