From: friendica Date: Sat, 12 Nov 2011 20:42:19 +0000 (-0800) Subject: moved tiptip a few more pixels away to reduce flashing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e52ea805beafde843519617c16d3645bab9717c;p=friendica.git moved tiptip a few more pixels away to reduce flashing --- diff --git a/js/main.js b/js/main.js index 9832b2cbc5..0b856a3d83 100644 --- a/js/main.js +++ b/js/main.js @@ -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}); });