From: Jan-Christoph Borchardt Date: Sun, 15 Apr 2012 15:40:58 +0000 (+0200) Subject: tooltip for delete shows up to the left X-Git-Tag: v4.0.0beta~285 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e5cda3abcdb244bfa1f9e988cdc8089476151b03;p=nextcloud-server.git tooltip for delete shows up to the left --- diff --git a/core/js/js.js b/core/js/js.js index 51dcbe5413e..019c40a0e1b 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -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});