Browse Source

fixed tipsy tooltips for actions

remotes/origin/stable
Jan-Christoph Borchardt 14 years ago
parent
commit
d5b4056514
  1. 2
      core/js/js.js
  2. 2
      files/js/files.js

2
core/js/js.js

@ -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});
});

2
files/js/files.js

@ -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});

Loading…
Cancel
Save