]> git.openstreetmap.org Git - rails.git/commitdiff
Make the slippy map on the user page deper so that the whole of the
authorTom Hughes <tom@compton.nu>
Sat, 23 Feb 2008 12:49:29 +0000 (12:49 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 23 Feb 2008 12:49:29 +0000 (12:49 +0000)
pan/zoom bar is visible. Closes #705.

app/views/user/view.rhtml

index 4a7bd669c3001f8bc7881072388d9e6bd8208d83..3f74d036993bf4a97b29e57940e06100909fd8bb 100644 (file)
@@ -55,7 +55,7 @@
       There are no users who admit to mapping nearby yet.
     <% else %>
 
-    <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>
     <%= render :partial => 'friend_map' %>
       <table id="nearbyusers">
       <% @this_user.nearby.each do |nearby| %>