X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2864109d874d74c0da1bf8cae4b53edfb3636c01..773f8a79bee75d668f51cbd830cecfea5b762e9d:/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
index bf87d7544..23575ce99 100755
--- a/src/wolnelektury/static/scss/main/book_box.scss
+++ b/src/wolnelektury/static/scss/main/book_box.scss
@@ -1,3 +1,6 @@
+@import "../tools";
+@import "const";
+
 @mixin inner-box {
   display: block;
   color: black;
@@ -284,7 +287,7 @@
     @include size(width, 415px);
     top: 0;
     @include size(margin-left, 550px);
-    margin-top: 0em;
+    margin-top: 0;
   }
 }
 
@@ -450,10 +453,14 @@
   @include size(margin-right, 11.25px);
   position: absolute;
   right: 0;
+  z-index: 10;
 
-  button::-moz-focus-inner {
-    padding: 0;
-    border: 0
+  button {
+    cursor: pointer;
+    &::-moz-focus-inner {
+      padding: 0;
+      border: 0
+    }
   }
   .if-unlike button {
     font-size: 1em;
@@ -481,6 +488,7 @@
 
 #book-detail .see-also,
 #picture-detail .see-also {
+  display: inline-block;
   h1 {
     @include size(height, 32px);
     margin: 0;