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;