]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.rhtml
Make maps deeper to allow the pan/zoom bar visible.
[rails.git] / app / views / user / account.rhtml
index 207043ba33790c5da4f8eb244077c345978c8bcc..76b4fbb34a5a15c7398b5c4039609377602e27d2 100644 (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' %>