From: Luzifr Date: Wed, 2 Nov 2011 12:54:23 +0000 (+0100) Subject: Small change X-Git-Tag: 2.0.0_Beta_1~1635^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a1e44ed516c7d3878a6049aca09560b134dd7d98;p=GitHub%2FWoltLab%2FWCF.git Small change --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 248f208bde..9db50c44bb 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2710,8 +2710,8 @@ WCF.Effect.BalloonTooltip.prototype = { if ($(document).width() - event.pageX < this.tooltip.getDimensions().width) { this.tooltip.css({ - top: (event.pageY) + "px", - right: ($(document).width() - event.pageX) + "px", + top: (event.pageY + 20) + "px", + right: ($(document).width() - event.pageX + 5) + "px", left: "auto" }); }