X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..24e09bc235b3ff6e659e901dfbdbcc23e6e14ba7:/wolnelektury/static/css/catalogue.css diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css index 1f19669b8..74338f877 100755 --- a/wolnelektury/static/css/catalogue.css +++ b/wolnelektury/static/css/catalogue.css @@ -70,12 +70,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 +92,9 @@ display: inline; margin: 0; } +#description p { + margin-top: 0; +} #description .meta { list-style: none; padding: 0; @@ -112,12 +118,40 @@ margin-bottom: .5em; } .inline-body ul { - a-moz-column-width: 11em; list-style: none; padding: 0; margin: 0; } .inline-body li { - display: inline; + 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; +}