X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b7f60fe7a944bbd0582896684fa09e02600a012d..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 e72bca8d0..d318fda34 100755 --- a/apps/wolnelektury_core/static/scss/main/book_box.scss +++ b/apps/wolnelektury_core/static/scss/main/book_box.scss @@ -6,11 +6,6 @@ @include white-box; } -.book-mini-box img.cover { - @include size(height, 193px); - @include size(width, 139px); -} - .cover-area { float: left; @@ -36,20 +31,35 @@ } .book-mini-box { - @include size(width, 161.5px); + /* Original design fits 6 boxes horizontally in 975px (162.5px each), + * but we really want to fit 2 boxes on a 320px mobile screen. */ + + @include size(width, 160px); display: inline-block; vertical-align: top; + @include min-screen(350px) { + @include size(width, 162.5px); + } + .book-mini-box-inner { @include inner-box; @include size(height, 271px); @include size(margin, 1px); + @include size(padding, 8px 9px); overflow: hidden; + + @include min-screen(350px) { + @include size(padding, 8px 10px); + } + a { display: block; } } img.cover { + @include size(height, 193px); + @include size(width, 139px); @include size(margin-bottom, 18px); } .language { @@ -143,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 { @@ -282,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; @@ -499,7 +524,8 @@ } -#book-detail .see-also { +#book-detail .see-also, +#picture-detail .see-also { h1 { @include size(height, 32px); margin: 0;