Removed Search title and modified search form style.
This commit is contained in:
parent
ba4b5d00b0
commit
cfbc0a3ec9
3 changed files with 5 additions and 3 deletions
|
@ -563,7 +563,8 @@ ul#header-nav a.log-out {
|
||||||
height: calc( 2rem + 2px);
|
height: calc( 2rem + 2px);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #8B4513;
|
border-color: #8B4513;
|
||||||
background: white;
|
border-left: 0px;
|
||||||
|
background: #F3F3F3;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
.custom-search-select{
|
.custom-search-select{
|
||||||
|
@ -574,6 +575,7 @@ ul#header-nav a.log-out {
|
||||||
height: calc( 2rem + 2px);
|
height: calc( 2rem + 2px);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #8B4513;
|
border-color: #8B4513;
|
||||||
|
border-left: 0px;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
background-color: #F3F3F3;
|
background-color: #F3F3F3;
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
|
|
||||||
<section id="search-home" role="region">
|
<section id="search-home" role="region">
|
||||||
<h3>Поиск<span class="search-filter-selected">filteredSearch</span></h3>
|
<h3><span class="search-filter-selected">filteredSearch</span></h3>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>${i18n().search_form}</legend>
|
<legend>${i18n().search_form}</legend>
|
||||||
|
|
Loading…
Add table
Reference in a new issue