Added #set_window div to book detail. This fixes bug with adding books to shelf in...
[wolnelektury.git] / wolnelektury / media / css / master.css
index 8ac1260..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;
@@ -553,6 +564,6 @@ div.shown-tags p {
 }
 
 #top-message a {
-    color: #999;
+    color: #AAA;
 }