fixed tipsy tooltips for actions
This commit is contained in:
parent
9648be97fb
commit
d5b4056514
|
@ -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').tipsy({gravity:'n', live:true});
|
||||||
$('.selectedActions a.delete').tipsy({gravity: 'ne', live:true});
|
$('.selectedActions a.delete').tipsy({gravity: 'ne', live:true});
|
||||||
});
|
});
|
||||||
|
|
|
@ -18,7 +18,7 @@ $(document).ready(function() {
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#file_upload_button_wrapper').tipsy({gravity:'e'});
|
$('.file_upload_button_wrapper').tipsy({gravity:'e'});
|
||||||
$('td.filesize').tipsy({gravity:'se', live:true});
|
$('td.filesize').tipsy({gravity:'se', live:true});
|
||||||
$('td .modified').tipsy({gravity:'s', live:true});
|
$('td .modified').tipsy({gravity:'s', live:true});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue