poprawne wyświetlanie odtwarzacza w zakładce Literatura
authorJan Szejko <j-sz@o2.pl>
Mon, 25 Jan 2016 10:38:37 +0000 (11:38 +0100)
committerJan Szejko <j-sz@o2.pl>
Mon, 25 Jan 2016 10:38:37 +0000 (11:38 +0100)
src/catalogue/templates/catalogue/book_short.html
src/wolnelektury/static/scss/main/book_box.scss

index af4dc82..6f5b19f 100644 (file)
 
 {% block right-column %}
     {% if audiobooks %}
-        <div class="right-column">
+        <div class="audiobook-right-column">
             {% include 'catalogue/snippets/jplayer.html' %}
         </div>
     {% endif %}
index d4f1d20..f337666 100755 (executable)
         }
     }
 
-    .right-column {
+    .audiobook-right-column {
         @media screen and (min-width: 1024px) {
+            float: right;
             @include size(width, 360px);
         }
     }