]> git.openstreetmap.org Git - rails.git/commitdiff
Fixes
authorJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 29 Sep 2013 22:45:18 +0000 (15:45 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:45:58 +0000 (14:45 -0700)
app/assets/javascripts/user.js
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/small.css.scss

index d31f5bb82679f2ae6415631876820fab9401141c..80b5059157ac40b40e4e155cbd1ccf7fc43b3b1e 100644 (file)
@@ -1,3 +1,5 @@
+//= require leaflet.locate
+
 $(document).ready(function () {
   var map = L.map("map", {
     attributionControl: false,
 $(document).ready(function () {
   var map = L.map("map", {
     attributionControl: false,
@@ -7,6 +9,13 @@ $(document).ready(function () {
   L.OSM.zoom()
     .addTo(map);
 
   L.OSM.zoom()
     .addTo(map);
 
+  L.control.locate({
+    strings: {
+      title: I18n.t('javascripts.map.locate.title'),
+      popup: I18n.t('javascripts.map.locate.popup')
+    }
+  }).addTo(map);
+
   if (OSM.home) {
     map.setView([OSM.home.lat, OSM.home.lon], 12);
   } else {
   if (OSM.home) {
     map.setView([OSM.home.lat, OSM.home.lon], 12);
   } else {
index 20648a8ef448ce17643df5f411f2352feba0a23c..bab99fdaf2cdcba5bc7c13d901227f9b2fe7f50f 100644 (file)
@@ -304,6 +304,7 @@ header {
   height: $headerHeight;
   position: relative;
   border-bottom: $keyline;
   height: $headerHeight;
   position: relative;
   border-bottom: $keyline;
+  z-index: 1001;
 
   h1, nav, nav > ul, nav > ul > li, .dropdown {
     display: inline-block;
 
   h1, nav, nav > ul, nav > ul > li, .dropdown {
     display: inline-block;
@@ -580,13 +581,12 @@ nav.secondary {
   border-radius: 4px 0 0 0;
 }
 
   border-radius: 4px 0 0 0;
 }
 
-.site .leaflet-control .zoomout,
+.leaflet-control .zoomout,
 .control-key .control-button {
   margin-bottom: 0;
   border-radius: 0;
 }
 
 .control-key .control-button {
   margin-bottom: 0;
   border-radius: 0;
 }
 
-.leaflet-control .zoomout, // For non-main page maps
 .control-locate .control-button,
 .control-share .control-button {
   border-radius: 0 0 0 4px;
 .control-locate .control-button,
 .control-share .control-button {
   border-radius: 0 0 0 4px;
@@ -768,6 +768,8 @@ nav.secondary {
 /* Rules for the sidebar */
 
 #sidebar {
 /* Rules for the sidebar */
 
 #sidebar {
+  border-right: $keyline;
+
   .alert {
     background: #e00;
   }
   .alert {
     background: #e00;
   }
@@ -777,6 +779,10 @@ nav.secondary {
     border-bottom: $keyline;
   }
 
     border-bottom: $keyline;
   }
 
+  h4 {
+    font-weight: normal;
+  }
+
   .icon.close {
     position: absolute;
     right: $lineheight;
   .icon.close {
     position: absolute;
     right: $lineheight;
@@ -1073,12 +1079,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
   float: right;
 }
 
   float: right;
 }
 
-.content_map #small_map {
-  height: 100%;
-  width: 100%;
-  margin-bottom: $lineheight;
-}
-
 /* Rules for the changeset list shown by the history tab etc */
 
 
 /* Rules for the changeset list shown by the history tab etc */
 
 
index 5c4d72e43d99d4f8033edc84788ad0760f838176..1222ac2981517c2f9fe5b921b11451e55c37c74b 100644 (file)
@@ -59,11 +59,6 @@ h2, h3, h4 {
   min-height: auto;
 }
 
   min-height: auto;
 }
 
-.content_map #small_map {
-  height: 300px;
-  border: 1px solid #ccc;
-}
-
 .leaflet-control-pan, .leaflet-control-zoomslider {
   display: none;
 }
 .leaflet-control-pan, .leaflet-control-zoomslider {
   display: none;
 }