diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-01 15:36:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-01 15:36:51 +0100 |
commit | 981abe759dca02f7244f48999b08cd2130bfdd65 (patch) | |
tree | 316e94e81048c7fc4ece9b52dcd31b013ff3e79b | |
parent | 5d531f3b05a2e6f1557954bcb0a50a2aa60cc8f9 (diff) |
Tweak non-JS pin placement.
-rw-r--r-- | templates/web/default/maps/openlayers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/maps/openlayers.html b/templates/web/default/maps/openlayers.html index 45551c3d5..548daeb54 100644 --- a/templates/web/default/maps/openlayers.html +++ b/templates/web/default/maps/openlayers.html @@ -86,7 +86,7 @@ var fixmystreet = { <a title="[% pin.title | html %]" href="[% c.uri_for('/report/' _ pin.id) %]"> [%- END -%] <img border="0" class="pin" src="[% c.uri_for('/i/pin' _ cols.${pin.colour} _ '.gif') %]" - alt="[% loc('Problem') %]" style="top:[% pin.py - 59 %]px; left:[% pin.px %]px; position: absolute;"> + alt="[% loc('Problem') %]" style="top:[% pin.py - 59 %]px; left:[% pin.px - 1 %]px; position: absolute;"> [%- IF pin.id -%] </a> [% END %] |