Again changed width of search box on non-catalogue sites.
[wolnelektury.git] / wolnelektury / media / css / master.css
index 4470b6c..57e05e5 100644 (file)
@@ -157,13 +157,12 @@ em {
     color: #444;
 }
 
-/* TODO: Shouldn't be needed */
-#book-detail #search-form {
-    padding: 0.75em 0.5em;
+.ac_input {
+    width: 18em;
 }
 
-.ac_input {
-    width: 20em;
+.ac_input {
+    width: 28em;
 }
 
 
@@ -228,6 +227,22 @@ em {
     float: left;
 }
 
+/* ============== */
+/* = Propaganda = */
+/* ============== */
+#propaganda {
+    float: right;
+    width: 28.5em;
+    margin: 0;
+    height: 21em;
+    background-image: url(/media/img/shelf.jpg);
+    background-repeat: no-repeat;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+    border-radius: 4px;
+    background-color: #FFF;
+}
+
 /* ===================== */
 /* = Latest blog posts = */
 /* ===================== */