X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0d41de5708c34485a9e93a104ebff3a6e741f109..f3c334d8fbb682677d059308501ea57a4c7581ee:/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 f337666ea..e8a83f731 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -86,6 +86,7 @@ .title { @include size(font-size, 14px); color: #242424; + white-space: normal; } } @@ -442,10 +443,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;