Merge branch 'master' of git@github.com:fnp/redakcja
[redakcja.git] / redakcja / static / css / gallery.css
index 379abcc..9c6e3a5 100644 (file)
@@ -1,19 +1,28 @@
-/* =========== */
-/* = Gallery = */
-/* =========== */
-
-#side-gallery {
+#sidebar {
+    display:none;
     position: absolute;
-    /* overflow: hidden; */
     top: 0px;
     right: 0px;
     bottom: 0px;
     width: 480px;
-    display: none;
     background-color: #FFF;
 }
 
-#side-gallery .error_message 
+#side-search {
+    height: 100%;
+    display: none;
+    background-color: #C1C1C1;
+}
+
+#side-search p {
+    padding: .5em;
+}
+
+/* =========== */
+/* = Gallery = */
+/* =========== */
+
+#side-gallery .error_message
 {
        background-color: white;
        color: black;
     -khtml-user-select: none;
     -moz-user-select: none;
     cursor: pointer;
-       
+
        background-color: white;
        min-height: 100px;
        min-width: 100px;
 }
 
 .gallery-image img[src=''] {
-       background-color: red;  
+       background-color: red;
 }