From 31ac1403a0eaf61838e943a009238595b9e86bfc Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Wed, 3 Feb 2021 20:38:33 +0100 Subject: [PATCH] Removed Search title and modified search form style. --- webapp/src/main/webapp/themes/iph/css/iph.css | 4 +++- .../src/main/webapp/themes/iph/templates/customSearchForm.ftl | 2 +- webapp/src/main/webapp/themes/iph/templates/page-home.ftl | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index cffe6eb8..3183b5df 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -563,7 +563,8 @@ ul#header-nav a.log-out { height: calc( 2rem + 2px); border-style: solid; border-color: #8B4513; - background: white; + border-left: 0px; + background: #F3F3F3; width: 10%; } .custom-search-select{ @@ -574,6 +575,7 @@ ul#header-nav a.log-out { height: calc( 2rem + 2px); border-style: solid; border-color: #8B4513; + border-left: 0px; width: 20%; background-color: #F3F3F3; } diff --git a/webapp/src/main/webapp/themes/iph/templates/customSearchForm.ftl b/webapp/src/main/webapp/themes/iph/templates/customSearchForm.ftl index 446c0eea..43e0a356 100644 --- a/webapp/src/main/webapp/themes/iph/templates/customSearchForm.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/customSearchForm.ftl @@ -1,6 +1,6 @@