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);
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="search-form-container">
|
<div class="search-form-container">
|
||||||
<form id="custom-search" action="${urls.customsearch}" name="custom-search" role="search" method="post" >
|
<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??>
|
<#if vClassGroups??>
|
||||||
<select form="custom-search" name="classgroup" class="custom-search-select">
|
<select form="custom-search" name="classgroup" class="custom-search-select">
|
||||||
<option value="">${i18n().all_capitalized}</option>
|
<option value="">${i18n().all_capitalized}</option>
|
||||||
|
|
|
@ -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