1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 14:50:48 +03:00

fix activity block tooltip position

This commit is contained in:
Chiffa 2017-03-13 04:19:19 +05:00
parent d822dff1bc
commit 5ae3c1c3ee
2 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ jQuery(document).ready(function($){
$(this).lsTooltip({
position: {
my: "right center",
at: "left left"
at: "left center"
},
show: {
delay: 1500

View file

@ -148,8 +148,8 @@ jQuery(document).ready(function($){
$('.js-title-comment, .js-title-topic').livequery(function () {
$(this).lsTooltip({
position: {
my: "right center",
at: "left left"
my: "right-15 center",
at: "left center"
},
show: {
delay: 1500