X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e23a288aab928aeaf8ad6cedcf201fd6fd0eb623..f3fc3aba5b7a4fe8ba5f594a6e807eb96677674f:/wolnelektury/static/css/catalogue.css diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css index 1f19669b8..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; @@ -121,3 +125,32 @@ 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; +}