Added styles for descriptions.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 18 Sep 2008 19:54:43 +0000 (21:54 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 18 Sep 2008 19:54:43 +0000 (21:54 +0200)
wolnelektury/media/css/master.css
wolnelektury/templates/catalogue/tagged_object_list.html

index fc0321e..bb1e1ee 100644 (file)
@@ -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;
index 7339114..346034b 100644 (file)
@@ -22,6 +22,7 @@
             <div id="description">
                 {{ last_tag.description|safe }}
             </div>
+            <div class="clearboth"></div>
             <div id="toggle-description"><p>Zwiń opis ▲</p></div>
         {% endif %}
         {% if shelf_is_set %}