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
1 changed files with 1 additions and 1 deletions

View 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});
});