projects
/
WP-Themes
/
glmthemes
/
camppetosega-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a94e8e
)
adjusted the hover pop out div y by 20 px so the top most hover trigger doesn't open...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 1 Aug 2016 14:59:50 +0000
(10:59 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 1 Aug 2016 14:59:50 +0000
(10:59 -0400)
campground-map.php
patch
|
blob
|
history
diff --git
a/campground-map.php
b/campground-map.php
index
7ab0bcf
..
b74b4d9
100644
(file)
--- a/
campground-map.php
+++ b/
campground-map.php
@@
-360,8
+360,8
@@
$js_categories = json_encode($categories);
tool_tip[0].style.left = x + pop_up_width + "px";
tool_tip[0].style.top = (y - pop_up_height - 5) + "px";
} else if( side == "right"){
- tool_tip[0].style.left = x - pop_up_width + "px";
- tool_tip[0].style.top = (y - pop_up_height
- 5
) + "px";
+ tool_tip[0].style.left = x - pop_up_width
- 10
+ "px";
+ tool_tip[0].style.top = (y - pop_up_height
+ 20
) + "px";
}
}, function () {