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) { @media all and (min-width: 1440px) {
.txtSearch { .txtSearch {
width: 450px; width: 400px;
} }
.searchHints { .searchHints {
width: 448px; width: 398px;
}
.searchHintImage {
width: 12%;
}
.searchHintContent {
width: 88%;
} }
} }

View File

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