]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix note icon CSS
[rails.git] / app / assets / stylesheets / common.css.scss
index 45b31a92468de926ec8ab9f1cf372595a51138b4..d1983fb8aa1996e52d6bffc04666d540a556de0b 100644 (file)
@@ -1030,6 +1030,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 
 #content {
   position: relative;
+  padding: $lineheight;
 }
 
 .site-edit #content,
@@ -2296,10 +2297,6 @@ a.button {
     }
   }
 
-  .drop {
-    margin-top: 20px;
-  }
-
   .sprite {
     background-image: image-url("welcome-sprite.png");
     background-size: 500px 250px;
@@ -2309,8 +2306,8 @@ a.button {
 
   .icon-list { 
     padding-bottom: 20px;
-  div { 
-    margin-bottom: 10px;
+    div {
+      margin-bottom: 10px;
       p {
         padding-top: 10px;
       }
@@ -2360,6 +2357,12 @@ a.button {
   }
 
   .note-box {
+    margin-top: 20px;
     background-color: $offwhite;
   }
+
+  .icon.note {
+    background-color: #333;
+    border-radius: 4px;
+  }
 }