]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Drop base layer blurb, tighten vertical space
[rails.git] / app / assets / stylesheets / common.css.scss
index 77d4e8458e86bde70ffe9ba292342a9d235325d2..c4311ecb40249ca990adce3e2a6c8f649a6e9637 100644 (file)
@@ -587,7 +587,7 @@ a.donate {
   border-left: 1px solid #CCC;
   overflow: auto;
 
-  section {
+  .section {
     border-bottom: 1px solid #DDD;
     padding: 15px;
   }
@@ -600,6 +600,12 @@ a.donate {
     color:#222;
     border:1px solid #ddd;
   }
+}
+
+.layers-ui {
+  ul, li:last-child {
+    margin-bottom: 0;
+  }
 
   li {
     border-radius: 4px;
@@ -609,7 +615,7 @@ a.donate {
 
   label {
     display: block;
-    padding: 5px;
+    padding: 5px 5px 5px 7px;
     background-color: #eee;
     cursor: pointer;
   }
@@ -618,10 +624,6 @@ a.donate {
     background-color: #ccc;
   }
 
-  input[type=text] {
-    width:220px;
-  }
-
   .base-layers {
     .leaflet-container {
       width: 100%;