]> git.mxchange.org Git - friendica.git/commitdiff
moved tiptip a few more pixels away to reduce flashing
authorfriendica <info@friendica.com>
Sat, 12 Nov 2011 20:42:19 +0000 (12:42 -0800)
committerfriendica <info@friendica.com>
Sat, 12 Nov 2011 20:42:19 +0000 (12:42 -0800)
js/main.js

index 9832b2cbc560b12f7469a7abc06a0037b01841f3..0b856a3d83b23405edc0562a46195be6e5b9e481 100644 (file)
@@ -42,7 +42,7 @@
                        if (e.hasClass("ttbottom")) pos="bottom";
                        if (e.hasClass("ttleft")) pos="left";
                        if (e.hasClass("ttright")) pos="right";
-                       e.tipTip({defaultPosition: pos});
+                       e.tipTip({defaultPosition: pos, edgeOffset: 8});
                });