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 @@