fixes
[redakcja.git] / redakcja / static / css / filelist.css
index 36bffdf..c81ee78 100644 (file)
@@ -61,7 +61,7 @@ body {
 #catalogue_layout_left_column {
        overflow: visible;
        float: left;
-       /*max-width: 50%;*/
+       max-width: 60%;
        padding-right: 2%;
        border-right: 1px dashed black;
 
@@ -69,7 +69,7 @@ body {
 
 #catalogue_layout_right_column {
        float: left;
-       max-width: 35%;
+       max-width: 30%;
        margin-left: 5%;
 }
 
@@ -167,3 +167,11 @@ td {
 #publish-button:active {
     background: -moz-linear-gradient(top,  #88f,  #fff);
 }
+
+
+/* book list */
+
+.book-search-column input {
+    width: 96%;
+}
+