search hint fixes

This commit is contained in:
Luke Pulverenti 2013-04-27 10:00:22 -04:00
parent 5005e0d448
commit 6659d6ee79
2 changed files with 10 additions and 10 deletions

View File

@ -141,18 +141,10 @@
@media all and (min-width: 1440px) {
.txtSearch {
width: 450px;
width: 400px;
}
.searchHints {
width: 448px;
}
.searchHintImage {
width: 12%;
}
.searchHintContent {
width: 88%;
width: 398px;
}
}

View File

@ -253,5 +253,13 @@
}
window.Search = new search();
$(document).on('pagehide', ".page", function () {
hideFlyout(this);
$('#txtSearch', this).val('');
});
})(jQuery, document, window, clearTimeout, setTimeout);