X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fefd8bdaca07a3f5607de79c081dc0f7876fbc7..f3fc3aba5b7a4fe8ba5f594a6e807eb96677674f:/wolnelektury/static/css/catalogue.css diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css index a31d4c769..5e27405fe 100755 --- a/wolnelektury/static/css/catalogue.css +++ b/wolnelektury/static/css/catalogue.css @@ -76,6 +76,7 @@ #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; @@ -112,8 +116,41 @@ margin-bottom: .5em; } .inline-body ul { - -moz-column-width: 11em; + a-moz-column-width: 11em; list-style: none; padding: 0; margin: 0; } +.inline-body li { + display: inline; + 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; +}