From 25d5c0d25c8164c6806c4e92b875245a4cb58007 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Wed, 3 Feb 2021 17:29:54 +0100 Subject: [PATCH] Changed custom search properties on main page. --- webapp/src/main/webapp/themes/iph/css/iph.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index f08e1e37..cffe6eb8 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -528,10 +528,16 @@ ul#header-nav a.log-out { #switch-to-extended-searchform { border:none; background-color:unset; - color: #2485AE; + color: #8B4513; + text-align: right; + width: 50%; + font-size: 1em; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; } #custom-search { - width: 100%; + width: 50%; display: flex; flex-direction: raw; flex-wrap: no-wrap; @@ -546,8 +552,9 @@ ul#header-nav a.log-out { height: 2rem; padding: 0px 0px 0px 5px !important; border-style: solid; - border-color: #4d5863 !important; + border-color: #8B4513 !important; margin-bottom: 0 !important; + background-color: #F3F3F3 !important; } .search-submit-button{ border-radius: unset !important; @@ -555,7 +562,7 @@ ul#header-nav a.log-out { float: left; height: calc( 2rem + 2px); border-style: solid; - border-color: #4d5863; + border-color: #8B4513; background: white; width: 10%; } @@ -566,8 +573,9 @@ ul#header-nav a.log-out { float: left; height: calc( 2rem + 2px); border-style: solid; - border-color: #4d5863; + border-color: #8B4513; width: 20%; + background-color: #F3F3F3; } #search { position: absolute;