X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ab86dfc26dcdfc69688d4498b1b683de85a923de..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/wolnelektury_core/static/scss/main/book_box.scss diff --git a/apps/wolnelektury_core/static/scss/main/book_box.scss b/apps/wolnelektury_core/static/scss/main/book_box.scss index c9b3656f1..d318fda34 100755 --- a/apps/wolnelektury_core/static/scss/main/book_box.scss +++ b/apps/wolnelektury_core/static/scss/main/book_box.scss @@ -153,6 +153,20 @@ @include size(margin-top, 5px); } + @include min-screen($S_BOOK_SHORT_FULL) { + // Show full title on the work's page. + + .book-box-body { + height: auto; + @include size(min-height, 170px); + + .book-box-head .title { + height: auto; + @include size(min-height, 57.6px); + } + } + } + .book-box-head, .tags, .book-box-tools { @@ -292,6 +306,7 @@ .tags { @include size(font-size, 11px); line-height: 1.2em; + margin-bottom: 5px; @include min-screen($S_BOOK_SHORT_FULL) { clear: right; @@ -509,7 +524,8 @@ } -#book-detail .see-also { +#book-detail .see-also, +#picture-detail .see-also { h1 { @include size(height, 32px); margin: 0;