X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4167e7083d75589e9dbbaa05bfcb43d27b60b42f..d66f9960d12d739c44a89d1d4e013f52783097e7:/src/wolnelektury/static/scss/main/book_box.scss?ds=sidebyside

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 9e87e3917..17b72f10b
--- a/src/wolnelektury/static/scss/main/book_box.scss
+++ b/src/wolnelektury/static/scss/main/book_box.scss
@@ -390,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;
@@ -526,6 +535,7 @@
   @include size(margin-top, 18px);
   overflow: hidden;
   position: relative;
+  clear: left;
 
   @media screen and (min-width: 62.5em) {
     @include size(width, 536px);
@@ -557,4 +567,4 @@
        background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%)
     }
   }
-}
\ No newline at end of file
+}