Fix search form
This commit is contained in:
parent
08b64ad632
commit
debd5e6a8c
2 changed files with 5 additions and 1 deletions
|
@ -825,6 +825,10 @@ input.search-homepage {
|
|||
#search-homepage {
|
||||
width:520px;
|
||||
}
|
||||
.searchQueryResults {
|
||||
display:inline;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.filter-default {
|
||||
background: url(../images/filteredSearch.gif) 0 0 no-repeat;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<form id="search-form" action="${urls.customsearch}" name="search" role="search" accept-charset="UTF-8" method="POST">
|
||||
<div id="search-field">
|
||||
<input type="text" name="querytext" class="search-vivo" value="${querytext?html!}" autocapitalize="off" />
|
||||
<input type="text" name="querytext" class="search-vivo" value="${querytext!?html}" autocapitalize="off" />
|
||||
<input type="submit" value="${i18n().search_button}" class="search">
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue