diff options
author | friendica <info@friendica.com> | 2011-11-12 12:42:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-12 12:42:19 -0800 |
commit | 6e52ea805beafde843519617c16d3645bab9717c (patch) | |
tree | 4de8ed25cbbcc9dea9a9b629ebb7be80bd37cf1c | |
parent | 02b11c5d59a3fda8d7c8092dbcb9c782230c1d55 (diff) | |
download | volse-hubzilla-6e52ea805beafde843519617c16d3645bab9717c.tar.gz volse-hubzilla-6e52ea805beafde843519617c16d3645bab9717c.tar.bz2 volse-hubzilla-6e52ea805beafde843519617c16d3645bab9717c.zip |
moved tiptip a few more pixels away to reduce flashing
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js index 9832b2cbc..0b856a3d8 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}); }); |