Merge branch 'master' of git@stigma.nowoczesnapolska.org.pl:platforma
[redakcja.git] / project / static / css / master.css
index aeb1f09..f699cd6 100644 (file)
@@ -75,7 +75,7 @@ label {
 }
 
 #images-wrap {
-    width: 480px;
+    width: 0px;
     height: 480px;
     border-right: 1px solid #999;
     overflow-y: scroll;
@@ -86,16 +86,22 @@ label {
 
 #sidebar {
     float: left;
-    width: 488px;
+    width: 8px;
+    overflow: hidden;
 }
 
 #toggle-sidebar {
-    background-color: #999;
+    background-color: #DDD;
     width: 7px;
     height: 100%;
     float: left;
 }
 
+#toggle-sidebar:hover {
+    background-color: #999;
+    cursor: pointer;
+}
+
 #status-bar {
     border-top: 1px solid #999;
     background-color: #EEE;
@@ -116,4 +122,8 @@ label {
 
 p { 
     margin: 0;
-}
\ No newline at end of file
+}
+
+.image-box {
+    border-top: 1px solid #DDD;
+}