From: Marek Stępniowski Date: Tue, 2 Dec 2008 14:24:58 +0000 (+0100) Subject: Showing artist and director name on book detail pages. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/b2285d29a761beaa4e1daa3da277b734a71a08bb Showing artist and director name on book detail pages. --- diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 22bd68717..34428b2dd 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -239,13 +239,21 @@ p .ac_input { margin-top: 2.5em; } +#czytamy-sluchajac-info { + width: 400px; + height: 80px; +} + +#czytamy-sluchajac-info p { + margin-left: 170px; + padding-top: 1em; + padding-bottom: 0em; +} + #formats #czytamysluchajac-logo { - display: inline; - padding: 0 0.5em 0 0; background: white; - float: left; - margin: 0.5em 0; text-align: left; + float: left; width: 140px; height: 62px; -moz-border-radius: 0px; diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 07c72bc01..f4805b9a6 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -36,10 +36,14 @@ Pobierz plik TXT {% endif %} {% if book.mp3_file and book.ogg_file %} - +
+ +

Czyta: {{ book.get_extra_info_value.artist_name }}

+

Reżyseruje: {{ book.get_extra_info_value.director_name }}

+
Pobierz plik MP3 Pobierz plik Ogg Vorbis - +