Removed Search title and modified search form style.
This commit is contained in:
parent
47780b70ad
commit
fec449fb6e
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;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="search-form-container">
|
||||
<form id="custom-search" action="${urls.customsearch}" name="custom-search" role="search" method="post" >
|
||||
<input type="text" name="querytext" class="custom-search-input" value="${querytext!?html}" autocapitalize="off" />
|
||||
<input type="text" name="querytext" class="custom-search-input" value="${querytext!?html}" autocapitalize="off" />
|
||||
<#if vClassGroups??>
|
||||
<select form="custom-search" name="classgroup" class="custom-search-select">
|
||||
<option value="">${i18n().all_capitalized}</option>
|
||||
|
|
|
@ -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