diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-05 16:57:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-05 16:58:13 +0100 |
commit | 0c652a052bff1c79dd3ac6e5c7b29532bb5677ca (patch) | |
tree | d9b8dcd0f21c4dec3256b59618c9a2410aac0225 | |
parent | 91d3b656b23896f619b02780bf07f62b92bd5c71 (diff) |
move buttons inside map_box as it stops them receiving touchend events from map drags
-rw-r--r-- | www/templates/en/around.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index b597d9c..b7fda3f 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -45,9 +45,6 @@ }; </script> - <div id="map_box" class="mapbox"> - <div id="map"></div> - </div> <div class="frontpage-menu"> <a id="view-my-reports" class="nodisplay" data-role="button" href="#"> <strong>My Reports</strong> @@ -63,6 +60,11 @@ <strong class="signin">Sign In</strong> </a> <% } %> + </div> + + + <div id="map_box" class="mapbox"> + <div id="map"></div> <a id="mark-here" data-role="button" data-theme="a" class="map-bottom-btn nodisplay"> New Report Here |