simplistic qsearch support

This disabled the browser's own autocompletion, but every other position
looks weird.
This commit is contained in:
Andreas Gohr 2017-02-21 15:16:28 +01:00
commit 95732eecdc
2 changed files with 7 additions and 1 deletions

View file

@ -94,6 +94,12 @@
}
}
}
#qsearch__out {
left: auto;
top: auto;
width: 100%;
}
}
.wide-content {
.search.main-sidebar {

View file

@ -3,4 +3,4 @@
echo '<h6 class="sr-only" role="heading" aria-level="2">'.tpl_getLang('head_quick_search').'</h6>'; ?>
<p class="toggleSearch"><a href="#qsearch__out"><span class="prefix">Zur Suche springen</span></a></p>
<?php tpl_searchform(); ?>
<?php tpl_searchform(true, false); ?>