From e5765b9136262e7d2131b5a9283e495290eb68da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Thu, 18 Sep 2008 21:54:43 +0200 Subject: [PATCH] Added styles for descriptions. --- wolnelektury/media/css/master.css | 11 +++++++++++ .../templates/catalogue/tagged_object_list.html | 1 + 2 files changed, 12 insertions(+) diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index fc0321e39..bb1e1eecc 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -306,6 +306,17 @@ div.shown-tags p { text-align: justify; } +#description .meta { + margin: 0.5em; + width: 12em; + list-style: none; + float: right; +} + +#description dt { + font-weight: bold; +} + #toggle-description, #tagged-object-list .pagination { width: 100%; height: 1.5em; diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index 733911447..346034b1d 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -22,6 +22,7 @@
{{ last_tag.description|safe }}
+

Zwiń opis ▲

{% endif %} {% if shelf_is_set %} -- 2.20.1