X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4e4193d13fea114ac1b2714f9a262a4bc6d79b75..9a5e7a1f45c46fbf3509cb660e29806e7ca05a8d:/src/wolnelektury/static/scss/main/book_box.scss

diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss
old mode 100755
new mode 100644
index dd2a77f49..17b72f10b
--- a/src/wolnelektury/static/scss/main/book_box.scss
+++ b/src/wolnelektury/static/scss/main/book_box.scss
@@ -15,10 +15,10 @@
   @include size(margin-bottom, 5px);
 
   @include min-screen($S_BOOK_SHORT_FULL) {
-    position: absolute;
-    top: 0;
-    left: 0;
-    margin-right: 0;
+    //position: absolute;
+    //top: 0;
+    //left: 0;
+    //margin-right: 0;
   }
 
   img.cover {
@@ -136,6 +136,7 @@
     @media screen and (min-width: 1024px) {
       display: inline-block;
       @include size(width, 590px);
+      @include size(min-height, 196px);
     }
   }
 
@@ -175,6 +176,7 @@
       @media screen and (min-width: 62.5em) {
         float: left;
         @include size(width, 536px);
+        @include size(min-height, 196px);
       }
     }
 
@@ -388,6 +390,15 @@
     @include size(margin-left, 139px + 15px);
   }
 
+  &.book-box-tools-warn {
+     font-size: 1rem;
+     margin-bottom: 1em;
+     max-width: 32em;
+     border: 1px solid #888;
+     padding: 1em;
+  }
+
+
   li {
     @include mono;
     margin-top: 0;
@@ -524,6 +535,11 @@
   @include size(margin-top, 18px);
   overflow: hidden;
   position: relative;
+  clear: left;
+
+  @media screen and (min-width: 62.5em) {
+    @include size(width, 536px);
+  }
 
   p.paragraph {
     margin-bottom: 0;
@@ -551,4 +567,4 @@
        background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%)
     }
   }
-}
\ No newline at end of file
+}