]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_start.rhtml
Add a mini map to the changeset view in the data browser.
[rails.git] / app / views / browse / _start.rhtml
index 00e1411b98fcec71687b55b9a1275303cb0b9033..2e120c100e7024bef6392458eb3e675e2727c4a6 100644 (file)
@@ -1,13 +1,13 @@
-<div style="padding: 0px 10px">
+<div>
   <div style="text-align: center">
-    <p style="margin-top: 10px">
+    <p style="margin-top: 10px; margin-bottom: 20px">
       <a id="browse_select_view" href="#">View data for current map view</a>
       <br />
       <a id="browse_select_box" href="#">Manually select a different area</a>  
     </p>
   </div>
-  <div id="browse_status">
+  <div id="browse_status" style="text-align: center; display: none">
   </div>
-  <div id="browse_object_list">
+  <div id="browse_content">
   </div>
 </div>