From 274b529c3fee061b3755ce7524b270d5f5174ba0 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Sat, 29 Aug 2020 10:08:23 +0200 Subject: [PATCH] Fixed styles --- webapp/src/main/webapp/themes/iph/css/iph.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 981ce15a..713faa8f 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -822,6 +822,9 @@ input.search-homepage { opacity: .5; text-align:right; } +#search-homepage { + width:520px; +} .filter-default { background: url(../images/filteredSearch.gif) 0 0 no-repeat; @@ -1305,7 +1308,7 @@ nav#alpha-browse-container { } /* BROWSE INDIVIDUALS------> */ #individuals-in-class { - width: 904px; + width: 100%; border: 1px solid #dde4e3; background-color: #fff; }