X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb59143b0d1b21cfcbe1b7067f027d768fa88fcc..57e98a5807465f9494e5006e16860f16abbf4136:/wolnelektury/static/css/catalogue.css diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css index b75429992..1f19669b8 100755 --- a/wolnelektury/static/css/catalogue.css +++ b/wolnelektury/static/css/catalogue.css @@ -1,15 +1,23 @@ -#books-list ol { +.work-list { margin: 0; padding: 0; list-style: none; } -#books-list li { - display: inline-block; +.work-item { margin: 0; padding: 0; } +.books .work-item { + display: inline-block; +} + + +#tagged-object-list .left-column, #tagged-object-list .right-column { + width: 48em; +} + /* listing of all books */ #book-list { @@ -54,4 +62,62 @@ border-left: 1px #cfcfcf solid; padding: 10px; background-color: white; -} \ No newline at end of file +} + + + +.catalogue-catalogue h2 { + font-size: 2em; +} +.catalogue-catalogue ul { + -moz-column-width: 30em; +} + + +#description { + margin-bottom: 2em; +} +#description dl { + margin-top: 0; +} +#description dt { + display: inline; + font-weight: bold; + margin: 0; +} +#description dd { + display: inline; + margin: 0; +} +#description .meta { + list-style: none; + padding: 0; + margin: 0; +} +#description .meta li { + text-align:right; + color: #666; + font-size: .9em; +} + +.inline-header { + display: inline-block; + vertical-align: top; + width: 7em; +} +.inline-body { + width: 35em; + display: inline-block; + vertical-align: top; + margin-bottom: .5em; +} +.inline-body ul { + a-moz-column-width: 11em; + list-style: none; + padding: 0; + margin: 0; +} +.inline-body li { + display: inline; + margin-right: 1em; +}