tooltip for delete shows up to the left
This commit is contained in:
parent
2dfab65a33
commit
e5cda3abcd
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ $(document).ready(function(){
|
|||
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
|
||||
$('.file_upload_button_wrapper').tipsy({gravity:'w', fade:true});
|
||||
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('a.delete').tipsy({gravity: 'se', fade:true, live:true});
|
||||
$('a.delete').tipsy({gravity: 'e', fade:true, live:true});
|
||||
$('a.action').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('#headerSize').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('td.filesize').tipsy({gravity:'s', fade:true, live:true});
|
||||
|
|
Loading…
Reference in a new issue