From 47edb5af5583dbb21d61bf5e10c80f9627a4bf1a Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 2 Sep 2020 15:53:25 +0200 Subject: [PATCH] Fix search form --- webapp/src/main/webapp/themes/iph/css/iph.css | 4 ++++ webapp/src/main/webapp/themes/iph/templates/search.ftl | 2 +- 2 files changed, 5 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 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 @@