revamp search hints
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
index 592f8ef..0e90611 100755 (executable)
   }
 }
 
-.audiobook-box {
+.audiobook-box, .search-result .book-box {
   .book-left-column {
     @media screen and (min-width: 1024px) {
       display: inline-block;
     }
   }
 
-  .audiobook-right-column {
+  .book-right-column {
     @media screen and (min-width: 1024px) {
       float: right;
+      @include size(padding-top, 15px);
       @include size(width, 360px);
     }
   }
 
     @media screen and (min-width: 1024px) {
       float: right;
-      margin-top: 48px;
     }
   }
 }
       display: inline-block;
       background: #0D7E85;
       color: white;
-      @include size(width, 200px);
+      @include size(width, 170px);
       text-align: center;
       @include size(margin-bottom, 5px);
+      @include  size(margin-right, 30px);
+    }
+    a.print {
+      margin-right: 0;
     }
 
     a:before {
       position: relative;
       bottom: 2px;
     }
+
+    a.print:before {
+      content: "";
+    }
   }
 
   .book-box-download {
 
 #book-detail .see-also,
 #picture-detail .see-also {
+  display: inline-block;
   h1 {
     @include size(height, 32px);
     margin: 0;