moved tiptip a few more pixels away to reduce flashing

This commit is contained in:
friendica 2011-11-12 12:42:19 -08:00
parent 02b11c5d59
commit 6e52ea805b

View file

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