From 27ca48bfd906e65a82be275cde01ee7345ac49d0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 18 May 2015 18:14:35 +0200 Subject: [PATCH] Changed tooltip default vertical orientation to top --- wcfsetup/install/files/js/WoltLab/WCF/UI/Tooltip.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' }); }, -- 2.20.1