From: Alexander Ebert Date: Mon, 18 May 2015 16:14:35 +0000 (+0200) Subject: Changed tooltip default vertical orientation to top X-Git-Tag: 3.0.0_Beta_1~2388 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=27ca48bfd906e65a82be275cde01ee7345ac49d0;p=GitHub%2FWoltLab%2FWCF.git Changed tooltip default vertical orientation to top --- diff --git a/wcfsetup/install/files/js/WoltLab/WCF/UI/Tooltip.js b/wcfsetup/install/files/js/WoltLab/WCF/UI/Tooltip.js index 1563f2bcf8..b402504436 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/UI/Tooltip.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/UI/Tooltip.js @@ -104,7 +104,8 @@ define(['jquery', 'UI/Alignment'], function($, UIAlignment) { UIAlignment.set(_tooltip, element, { horizontal: 'center', pointer: true, - pointerClassNames: ['inverse'] + pointerClassNames: ['inverse'], + vertical: 'top' }); },