]> git.openstreetmap.org Git - rails.git/commitdiff
Make maps deeper to allow the pan/zoom bar visible.
authorTom Hughes <tom@compton.nu>
Sat, 23 Feb 2008 12:52:57 +0000 (12:52 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 23 Feb 2008 12:52:57 +0000 (12:52 +0000)
app/views/diary_entry/new.rhtml
app/views/user/account.rhtml

index 7ee1eeaede5f1d6991583bd7547ad7c685333986..9f86c2ab401e3166a8f4d4b6e05a967f2f6900a7 100644 (file)
@@ -12,7 +12,7 @@
     </tr>
     <tr valign="top">
            <th>Location</th>
     </tr>
     <tr valign="top">
            <th>Location</th>
-           <td><a name="map"></a><div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 300px; display: none;"></div>
+           <td><a name="map"></a><div id="map" style="border: 1px solid black; position: relative; width : 90%; height : 400px; display: none;"></div>
                  <span class="location">Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %></span> <a href="#map" id="usemap" onclick="document.getElementById('map').style.display = 'block'; document.getElementById('usemap').style.display = 'none';">use map</a> </td>
          </tr>
     <tr>
                  <span class="location">Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %></span> <a href="#map" id="usemap" onclick="document.getElementById('map').style.display = 'block'; document.getElementById('usemap').style.display = 'none';">use map</a> </td>
          </tr>
     <tr>
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>
 
   <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' %>
   </td></tr>
 </table>
 <%= submit_tag 'Save Changes' %>