1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e12a10e5418d/ Changeset: e12a10e5418d User: guerler Date: 2013-11-11 22:00:10 Summary: UI: Fix tooltip placement for masthead icons Affected #: 1 file diff -r 28469a503b56c374f8ec4730e276a89a6323cef9 -r e12a10e5418d53c9440982ddc935e1b7d647bd07 static/scripts/galaxy.masthead.js --- a/static/scripts/galaxy.masthead.js +++ b/static/scripts/galaxy.masthead.js @@ -226,7 +226,7 @@ // configure icon var self = this; - $(this.el).find('.icon').tooltip({title: this.options.tooltip}) + $(this.el).find('.icon').tooltip({title: this.options.tooltip, placement: 'bottom'}) .on('mouseup', self.options.on_click); // visiblity Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.