X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4cf27ad4ae5ac3610e857379b2a788582580aa5b..8fefd8bdaca07a3f5607de79c081dc0f7876fbc7:/wolnelektury/static/css/book_box.css?ds=sidebyside diff --git a/wolnelektury/static/css/book_box.css b/wolnelektury/static/css/book_box.css index 8a91bc3fe..eb212a873 100755 --- a/wolnelektury/static/css/book_box.css +++ b/wolnelektury/static/css/book_box.css @@ -124,7 +124,7 @@ .book-box-body { height: 17em; - overflow: hidden; + overflow:hidden; position: relative; } @@ -134,7 +134,7 @@ .book-box-head { min-height: 7em; - margin-top: 1.4em; + padding-top: 1.4em; margin-bottom: 1em; } .book-box-head a { @@ -142,9 +142,12 @@ } .book-box-head .author { font-size: 1.1em; + max-width: 24em; } .book-box-head .title { font-size: 2.4em; + height: 2.4em; + overflow:hidden; margin-top: .3em; } .book-box-body .tags { @@ -200,8 +203,8 @@ margin-left: 14em; } -.book-wide-box #themes-list-wrapper { - margin-left: 14em; +.book-wide-box #theme-list-wrapper { + margin-left: 15.4em; }