Changed custom search properties on main page.

This commit is contained in:
Svetlana Rastegina 2021-02-03 17:29:54 +01:00 committed by Georgy Litvinov
parent 1622955d09
commit 47780b70ad

View file

@ -528,10 +528,16 @@ ul#header-nav a.log-out {
#switch-to-extended-searchform { #switch-to-extended-searchform {
border:none; border:none;
background-color:unset; 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 { #custom-search {
width: 100%; width: 50%;
display: flex; display: flex;
flex-direction: raw; flex-direction: raw;
flex-wrap: no-wrap; flex-wrap: no-wrap;
@ -546,8 +552,9 @@ ul#header-nav a.log-out {
height: 2rem; height: 2rem;
padding: 0px 0px 0px 5px !important; padding: 0px 0px 0px 5px !important;
border-style: solid; border-style: solid;
border-color: #4d5863 !important; border-color: #8B4513 !important;
margin-bottom: 0 !important; margin-bottom: 0 !important;
background-color: #F3F3F3 !important;
} }
.search-submit-button{ .search-submit-button{
border-radius: unset !important; border-radius: unset !important;
@ -555,7 +562,7 @@ ul#header-nav a.log-out {
float: left; float: left;
height: calc( 2rem + 2px); height: calc( 2rem + 2px);
border-style: solid; border-style: solid;
border-color: #4d5863; border-color: #8B4513;
background: white; background: white;
width: 10%; width: 10%;
} }
@ -566,8 +573,9 @@ ul#header-nav a.log-out {
float: left; float: left;
height: calc( 2rem + 2px); height: calc( 2rem + 2px);
border-style: solid; border-style: solid;
border-color: #4d5863; border-color: #8B4513;
width: 20%; width: 20%;
background-color: #F3F3F3;
} }
#search { #search {
position: absolute; position: absolute;