top align in tables
[redakcja.git] / redakcja / static / css / gallery.css
index 55c020e..08e9318 100644 (file)
@@ -1,10 +1,9 @@
 #sidebar {
-    display:none;
     position: absolute;
     top: 0px;
     right: 0px;
     bottom: 0px;
-    width: 480px;
+    width: 0px;
     background-color: #FFF;
 }
 
 .gallery-image img[src=''] {
        background-color: red;
 }
+
+#motifs-editor .toolbar {
+    height: auto;
+}
+
+#objects-editor .toolbar {
+    height: auto;
+}