X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fefd8bdaca07a3f5607de79c081dc0f7876fbc7..76f826dc725ed971e4797cb98e1db92e61174dc1:/wolnelektury/static/css/catalogue.css?ds=inline

diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css
index a31d4c769..0e952ba7d 100755
--- a/wolnelektury/static/css/catalogue.css
+++ b/wolnelektury/static/css/catalogue.css
@@ -14,15 +14,12 @@
 }
 
 
-#tagged-object-list .left-column, #tagged-object-list .right-column {
-    width: 48em;
-}
-
-
 /* listing of all books */
 #book-list {
    padding-left: 50px;
 }
+/* FIXME: MEDIA?
+ * 
 #book-list-nav {
     position: absolute;
     right: 50px;
@@ -31,6 +28,7 @@
     padding: 10px;
     font-size: 1.2em;
 }
+ */
 
 #book-list-nav ul {
     list-style-type: none;
@@ -70,12 +68,15 @@
     font-size: 2em;
 }
 .catalogue-catalogue ul {
+    column-width: 30em;
     -moz-column-width: 30em;
+    -webkit-column-width: 30em;
 }
 
 
 #description {
 	margin-bottom: 2em;
+	cursor: pointer;
 }
 #description dl {
 	margin-top: 0;
@@ -89,6 +90,9 @@
 	display: inline;
 	margin: 0;
 }
+#description p {
+	margin-top: 0;
+}
 #description .meta {
 	list-style: none;
 	padding: 0;
@@ -106,14 +110,45 @@
 	width: 7em;
 }
 .inline-body {
-	width: 35em;
 	display: inline-block;
 	vertical-align: top;
 	margin-bottom: .5em;
 }
 .inline-body ul {
-	-moz-column-width: 11em;
 	list-style: none;
 	padding: 0;
 	margin: 0;
 }
+.inline-body li {
+	display: inline-block;
+	margin-right: 1em;
+}
+
+
+.see-also {
+    margin-left: 8em;
+    float: left;
+    width: 14.3em;
+}
+.download {
+    margin-left: 2em;
+    float: left;
+}
+
+.see-also, .download {
+    margin-top: 2em;
+    margin-bottom: 2em;
+}
+.see-also h2, .download h2 {
+    font-size: 1.1em;
+}
+.see-also ul, .download ul {
+    list-style: none;
+    padding: 0;
+    margin: 0;
+    font-size: 1.1em;
+}
+
+.left-column .see-also {
+	margin-left: 0;
+}