Changed custom search properties on main page.
This commit is contained in:
parent
836c390452
commit
25d5c0d25c
1 changed files with 13 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue