From: Jan Szejko Date: Mon, 25 Jan 2016 10:38:37 +0000 (+0100) Subject: poprawne wyświetlanie odtwarzacza w zakładce Literatura X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/0d41de5708c34485a9e93a104ebff3a6e741f109 poprawne wyświetlanie odtwarzacza w zakładce Literatura --- diff --git a/src/catalogue/templates/catalogue/book_short.html b/src/catalogue/templates/catalogue/book_short.html index af4dc82f2..6f5b19f47 100644 --- a/src/catalogue/templates/catalogue/book_short.html +++ b/src/catalogue/templates/catalogue/book_short.html @@ -117,7 +117,7 @@ {% block right-column %} {% if audiobooks %} -
+
{% include 'catalogue/snippets/jplayer.html' %}
{% endif %} diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index d4f1d20d1..f337666ea 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -130,8 +130,9 @@ } } - .right-column { + .audiobook-right-column { @media screen and (min-width: 1024px) { + float: right; @include size(width, 360px); } }