1
0
Fork 0

frio: improvements in search behavior

- search value woll be added to nav search input
- focus on nav search input as main search
- save search button appears in the second navbar if search is available
- search heading appears in the second navbar
- provide a mobile search by pressing the search icon
- dirfind: heading distinguish between people and form search
- some js fixes in theme.js
This commit is contained in:
rabuzarus 2016-06-10 20:34:25 +02:00
commit db5438ab1a
5 changed files with 85 additions and 13 deletions

View file

@ -581,6 +581,9 @@ nav.navbar a {
margin: 0px;
padding: 10px 15px;
}
#search-mobile .navbar-form {
margin: 0;
}
#topbar-first #search-box .form-search {
height: 25px;
font-size: 13px;
@ -1531,6 +1534,11 @@ img.acpopup-img {
/*margin-left: -15px;*/
padding: 0;
}
#tabmenu .search-heading {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
ul.tabs {
list-style: none;
height: 100%;
@ -1661,6 +1669,15 @@ ul.dropdown-menu li:hover {
color: $link_color;
font-size: 20px;
}
.search-content-wrapper > #search-header-wrapper {
display: none;
}
.search-content-wrapper > .section-title-wrapper {
display: none;
}
#navbar-button > #search-save-form > #search-save {
margin-top: 3px;
}
/* Section-Content-Wrapper */
#search-header-wrapper {
padding: 15px;