Skip to content
Snippets Groups Projects
Commit 263e1cb7 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge pull request #660 from finc/some_more_minor_bootstrap3_fixes

Some minor bootstrap3 fixes
parents 9f3fb74a 2edef0f3
No related merge requests found
......@@ -188,7 +188,7 @@ function setupAutocomplete() {
* @returns {undefined}
*/
function keyboardShortcuts() {
var $searchform = $('#searchForm_lookfor');
var $searchform = $('.searchForm_lookfor');
if ($('.pager').length > 0) {
$(window).keydown(function(e) {
if (!$searchform.is(':focus')) {
......
......@@ -13,5 +13,6 @@
<?=$this->recaptcha()->html($this->useRecaptcha) ?>
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<input class="btn btn-default" name="submit" type="submit" value="<?=$this->transEsc('Recover Account') ?>"/>
<input class="btn btn-default" name="submit" type="submit" value="<?=$this->transEsc('Recover Account') ?>"/>
</div>
</div>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment