Fix filter text box bugs reported by BentMyWookie and a bit more cleanup

This commit is contained in:
Malcolm Jarvis
2008-08-09 04:38:51 +00:00
parent 20eaeb6818
commit 27bcd35267
3 changed files with 26 additions and 24 deletions

View File

@@ -47,9 +47,7 @@ $(document).ready( function() {
// firefox so have to be safari-specific
$('#torrent_inspector').css('height', '100%');
// Set Filter input to type search (nicely styled input field)
$('#torrent_search')[0].type = 'search';
$('#torrent_search')[0].placeholder = 'Filter';
// Move search field's margin down for the styled input
$('#torrent_search').css('margin-top', 3);
}
if (!Safari3 && !iPhone) {