fixes on staging
[wolnelektury.git] / wolnelektury / static / css / book_box.css
index 0057bc2..876bf06 100755 (executable)
  * ingenous float containment hack 
  * http://www.mikepadgett.com/technology/technical/alternative-to-the-pie-clearfix-hack/
  */
+/*
 .search-result .book-box-inner {
     height: 1%;
     overflow: hidden;
 }
+*/
 
 .book-mini-box img, .book-box img, .book-wide-box img, .search-result img {
     width: 13.9em;
 }
 .book-mini-box .author {
     font-size: 1.1em;
-    color: #707b7a;
+    color: #6d7877;
     display: block;
     overflow:hidden;
     text-overflow: ellipsis;
 
 .book-box-download a {
     position: relative;
-    z-index: 1;
+    z-index: 101;
 }
 
 .book-box-formats {
     -webkit-box-shadow: 2px 2px 2px #ddd;
     box-shadow: 2px 2px 2px #ddd;
 
-    z-index: 0;
+    z-index: 100;
     top: -1.454em;
     left: -1.727em;
 }
 }
 
 .book-box-tools {
-       width: 30em;
+       width: 46em;
     font-size: 1.1em;
 }
 
 .book-wide-box .book-box-tools {
     margin-left: 14em;
+    width: 32em;
 }
 
 .book-wide-box #theme-list-wrapper {
@@ -309,6 +312,7 @@ ul.inline-items li {
     background: none;
     margin: 0;
     padding: 0;
+    color: #757575;
 }
 
 .if-like a {