X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8159cf8992d55a28ee79f687ab87f332664ff155..09f311cf21633def6e6eda0549633cd07b363cf2:/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 a1915b9d1..afcc79658 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -131,7 +131,7 @@ } } -.audiobook-box { +.audiobook-box, .search-result .book-box { .book-left-column { @media screen and (min-width: 1024px) { display: inline-block; @@ -139,9 +139,10 @@ } } - .audiobook-right-column { + .book-right-column { @media screen and (min-width: 1024px) { float: right; + @include size(padding-top, 15px); @include size(width, 360px); } } @@ -151,7 +152,6 @@ @media screen and (min-width: 1024px) { float: right; - margin-top: 48px; } } } @@ -416,7 +416,7 @@ } a.print:before { - content: url("/static/img/print-white.png"); + content: ""; } } @@ -444,7 +444,7 @@ .book-box-formats { display: inline-block; - max-width: 220px; + max-width: 300px; vertical-align: top; padding-top: 6px;