fixed tipsy tooltips for actions

This commit is contained in:
Jan-Christoph Borchardt 2011-08-13 05:40:03 +02:00
parent 9648be97fb
commit d5b4056514
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ $(document).ready(function(){
}
});
$('.file_action').tipsy({gravity:'s', live:true});
$('.action').tipsy({gravity:'s', live:true});
$('.selectedActions a').tipsy({gravity:'n', live:true});
$('.selectedActions a.delete').tipsy({gravity: 'ne', live:true});
});

View File

@ -18,7 +18,7 @@ $(document).ready(function() {
return false;
});
$('#file_upload_button_wrapper').tipsy({gravity:'e'});
$('.file_upload_button_wrapper').tipsy({gravity:'e'});
$('td.filesize').tipsy({gravity:'se', live:true});
$('td .modified').tipsy({gravity:'s', live:true});