Removed Search title and modified search form style.
This commit is contained in:
parent
25d5c0d25c
commit
31ac1403a0
3 changed files with 5 additions and 3 deletions
|
@ -563,7 +563,8 @@ ul#header-nav a.log-out {
|
|||
height: calc( 2rem + 2px);
|
||||
border-style: solid;
|
||||
border-color: #8B4513;
|
||||
background: white;
|
||||
border-left: 0px;
|
||||
background: #F3F3F3;
|
||||
width: 10%;
|
||||
}
|
||||
.custom-search-select{
|
||||
|
@ -574,6 +575,7 @@ ul#header-nav a.log-out {
|
|||
height: calc( 2rem + 2px);
|
||||
border-style: solid;
|
||||
border-color: #8B4513;
|
||||
border-left: 0px;
|
||||
width: 20%;
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
<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>
|
||||
<legend>${i18n().search_form}</legend>
|
||||
|
|
Loading…
Add table
Reference in a new issue