X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5c05e41cfb2907f6621833a8f673d66bfcac2699..2f842e1b5a7b2614071eea72de17c712776d5d9e:/wolnelektury/media/css/master.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 59588a864..22bd68717 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -218,6 +218,41 @@ p .ac_input { width: 12em; } +#book-detail #formats .change-sets { + margin-right: 0.5em; +} + +#formats .wrap a { + display: block; + width: 100%; + height: 1.5em; + background-color: #EEE; + margin-top: 0.5em; + padding: 0.5em 0; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + text-align: center; +} + +#czytamysluchajac { + margin-top: 2.5em; +} + +#formats #czytamysluchajac-logo { + display: inline; + padding: 0 0.5em 0 0; + background: white; + float: left; + margin: 0.5em 0; + text-align: left; + width: 140px; + height: 62px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; +} + #tagged-object-list #themes-list, #book-detail #themes-list { margin-left: 14em; } @@ -242,12 +277,12 @@ p .ac_input { display: none; } -div.shown-tags p { +div.shown-tags p, div.all-tags p { margin: -1em 0 1em 0; text-align: right; } -.show-all-tags { +.show-all-tags, .hide-all-tags { text-decoration: underline; padding-right: 1em; } @@ -323,7 +358,7 @@ div.shown-tags p { display: inline; } -#toggle-description, #tagged-object-list .pagination { +#toggle-description, #tagged-object-list .pagination, #book-detail .pagination { width: 100%; height: 1.5em; background-color: #EEE;