Changed custom search properties on main page.

This commit is contained in:
Svetlana Rastegina 2021-02-03 17:29:54 +01:00
parent fe39997c0e
commit ba4b5d00b0

View file

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