diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 981ce15a6..713faa8fe 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; }