Make maps deeper to allow the pan/zoom bar visible.

This commit is contained in:
Tom Hughes 2008-02-23 12:52:57 +00:00
parent dffc16e9cc
commit 331cf6b068
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<tr><td></td><td>
<p>Update home location when I click on the map? <input type="checkbox" value="1" <% unless @user.home_lat and @user.home_lon %> checked="checked" <% end %> id="updatehome" /> </p>
<div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 300px;"></div>
<div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 400px;"></div>
</td></tr>
</table>
<%= submit_tag 'Save Changes' %>