Merge pull request #3 from prmtl/master
[wolnelektury.git] / wolnelektury / static / css / book_box.css
index 4939984..8dee813 100755 (executable)
@@ -17,8 +17,6 @@
 }
 
 .book-wide-box {
-    width: 97.5em;
-
     /** This is a fullpage box, it must be aligned with the top menu. 
         This corresponds to a .1em margin below **/
     margin-left: -0.1em;
    min-height: 24.4em;
 }
 
-.search-result {
-    width: 97.5em;
-}
-
 .search-result .book-box-body {
     width: 31em;
 }
 
 .book-list-header {
-    width: 97.5em;
     padding: 0em;
     margin-left: -0.1em;
 }
  * 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-formats span {
     display: block;
 }
 
-.book-box-download:hover .book-box-formats span:first-child {
+.book-box-download .book-box-formats span:first-child {
     margin-top: 1.454em;
 }
 
-.book-box-download:hover .book-box-formats {
+.book-box-download:hover .book-box-formats,
+.book-box-download.hover .book-box-formats {
     display: block;
 }
 
     font-size: 1.1em;
 }
 
+.book-wide-box {
+       min-width: 48.75em;
+}
 .book-wide-box .book-box-tools {
     margin-left: 14em;
     width: 32em;
 
 .book-wide-box #theme-list-wrapper {
     margin-left: 15.4em;
+       margin-bottom: 3em;
        width: 30em;
 }
 
@@ -258,11 +257,6 @@ ul.book-box-tools {
     width: 7em;
 }
 
-.book-wide-box .right-column {
-    float: right;
-    width: 41.5em;
-}
-
 ul.inline-items, ul.inline-items li {
     margin: 0;
     padding: 0;
@@ -310,6 +304,7 @@ ul.inline-items li {
     background: none;
     margin: 0;
     padding: 0;
+    color: #757575;
 }
 
 .if-like a {
@@ -326,11 +321,6 @@ ul.inline-items li {
     display: none;
 }
 
-.snippets {
-    width: 44em;
-    float: right;
-}
-
 .snippets .snippet-text {
     background: #f7f7f7;
     font-size: 1.2em;