From b7e887517cf526c6e5408e27e82bc0b717d208c1 Mon Sep 17 00:00:00 2001 From: otapi <31888571+otapi@users.noreply.github.com> Date: Sat, 16 Jun 2018 22:24:59 +0200 Subject: [PATCH] Make cover image bigger in details view Make cover image bigger in details view at mobile devices --- cps/static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index a89291e5..c581b846 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -96,3 +96,12 @@ input.pill:not(:checked) + label .glyphicon { .upload-format-input-text {display: initial;} #btn-upload-format {display: none;} + +.div[id="bookDetailsModal"] .container-fluid .book .cover { + height: auto; + width: 100%; +} + +.div[class="col-sm-3.col-lg-3.col-xs-5"] { + width: 100%; +}