]> git.openstreetmap.org Git - rails.git/commitdiff
Drop base layer blurb, tighten vertical space
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 18 Jul 2013 16:35:14 +0000 (09:35 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 18 Jul 2013 17:45:18 +0000 (10:45 -0700)
app/assets/javascripts/leaflet.layers.js
app/assets/stylesheets/common.css.scss
config/locales/en.yml

index e5fbdf7c83a7cc19ad0d3984b7f9558e51014b39..e8014ac4794d2836b1aa30f6135625ce49c545e5 100644 (file)
@@ -35,10 +35,6 @@ L.OSM.layers = function(options) {
       .attr('class', 'section base-layers')
       .appendTo($ui);
 
-    $('<p>')
-      .text(I18n.t('javascripts.map.layers.base'))
-      .appendTo(baseSection);
-
     list = $('<ul>')
       .appendTo(baseSection);
 
index a4f816b9d2ea1fc61c38437ac991fd20b0eb9efd..c4311ecb40249ca990adce3e2a6c8f649a6e9637 100644 (file)
@@ -603,6 +603,10 @@ a.donate {
 }
 
 .layers-ui {
+  ul, li:last-child {
+    margin-bottom: 0;
+  }
+
   li {
     border-radius: 4px;
     overflow: hidden;
index e542006d701120ca7be1eb463f4c28f77578fe29..715cef436a5c01113309d8d9f5c3506aeddb4063 100644 (file)
@@ -2061,7 +2061,6 @@ en:
         notes: Map Notes
         data: Map Data
         overlays: Enable overlays for troubleshooting the map
-        base: OSM provides the underlying data for all these maps
     site:
       edit_tooltip: Edit the map
       edit_disabled_tooltip: Zoom in to edit the map