From b12434d6b51a788a529f00e30267bdba8f05067e Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 3 Sep 2020 21:02:30 +0200 Subject: [PATCH] Added left margin to search form --- webapp/src/main/webapp/themes/iph/css/iph.css | 2 +- 1 file changed, 1 insertion(+), 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 bd6d0c57..cfa75471 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -803,7 +803,7 @@ p.external-auth a.blue:hover { #search-home { float: left; width: 100%; - margin: 30px 0 0 0; + margin: 30px 0 0 22px; } #search-home h3 { padding: 0;