revamp search hints
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
index a1915b9..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;
     }
   }
 }
     }
 
     a.print:before {
-      content: url("/static/img/print-white.png");
+      content: "";
     }
   }