From 18901625485f474085f8db0396b49e16834f0fa6 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 bd6d0c572..cfa754715 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;