diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 713faa8f..66494477 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -825,6 +825,10 @@ input.search-homepage { #search-homepage { width:520px; } +.searchQueryResults { + display:inline; + font-size: 1rem; +} .filter-default { background: url(../images/filteredSearch.gif) 0 0 no-repeat; diff --git a/webapp/src/main/webapp/themes/iph/templates/search.ftl b/webapp/src/main/webapp/themes/iph/templates/search.ftl index 3e520bf3..eae3a484 100644 --- a/webapp/src/main/webapp/themes/iph/templates/search.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/search.ftl @@ -8,7 +8,7 @@