From e37fac51d8f140e5813a2cc6aeb0570cbf11928c Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Thu, 25 Feb 2021 12:46:21 +0100 Subject: [PATCH] Fixed blocks width on article page. --- webapp/src/main/webapp/themes/iph/css/iph.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index d9a5b4366..95d85f81c 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2393,7 +2393,18 @@ ul.dropdown ul.sub_menu li a:hover { justify-content: space-between; } .individual.loggedIn >div#articleWrapper >div#searchRightpanel { + width: 27%; + margin-left: 3%; +} +.individual >div#articleWrapper >div#searchRightpanel { width: 30%; + margin-left: 3%; +} +.individual.loggedIn >div#articleWrapper >div#wrapper-content { + width: 70%; +} +.individual >div#articleWrapper >div#wrapper-content { + width: 70%; } .individual >div#articleWrapper >div#searchRightpanel >section#search >div.search-form-container >form#custom-search { justify-content: right;