projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acf5af
)
Small change
author
Luzifr
<szekely@woltlab.com>
Wed, 2 Nov 2011 12:54:23 +0000
(13:54 +0100)
committer
Luzifr
<szekely@woltlab.com>
Wed, 2 Nov 2011 12:54:23 +0000
(13:54 +0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 248f208bde4d291f2ff27b79e361116e59fe5a86..9db50c44bb3011918ef57a1e15752ea1a4de8e7c 100644
(file)
--- 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"
});
}