Changed tooltip default vertical orientation to top
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 May 2015 16:14:35 +0000 (18:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 May 2015 16:14:35 +0000 (18:14 +0200)
wcfsetup/install/files/js/WoltLab/WCF/UI/Tooltip.js

index 1563f2bcf8a06c6d9afee620c9da4939152d2b40..b402504436933985aa6b70a43bf075a3ffc144e7 100644 (file)
@@ -104,7 +104,8 @@ define(['jquery', 'UI/Alignment'], function($, UIAlignment) {
                        UIAlignment.set(_tooltip, element, {
                                horizontal: 'center',
                                pointer: true,
-                               pointerClassNames: ['inverse']
+                               pointerClassNames: ['inverse'],
+                               vertical: 'top'
                        });
                },