]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Increase padding around report disclaimer
[rails.git] / app / assets / stylesheets / common.scss
index cb55f1ae0502a9d321c72a0360dcb40ca767cd2c..67ae64f39cc6c4a1d21e4e2fb8b15960f3c766f7 100644 (file)
@@ -38,7 +38,7 @@ textarea,
 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
 abbr, acronym {
-  border-bottom: .1em dotted;
+  text-decoration: underline dotted;
   cursor: help;
 }
 
@@ -1002,6 +1002,11 @@ header .search_forms,
       vertical-align: middle;
     }
   }
+
+  a.reverse_directions {
+    cursor: pointer;
+    margin: 0px 0px 5px 25px;
+  }
 }
 
 /* Rules for the map key which appears in the popout sidebar */
@@ -2838,13 +2843,19 @@ input.richtext_title[type="text"] {
   width:475px;
 }
 
-.report-button {
-  float:right;
-}
-
-.disclaimer {
-  width: 600px;
+.report-disclaimer {
   background: #fff1f0;
   color: #d85030;
   border-color: rgba(216, 80, 48, 0.3);
+  padding: 10px 20px;
+  margin-bottom: $lineheight;
+
+  ul {
+    padding-left: $lineheight;
+    margin-bottom: 0;
+
+    li {
+      list-style: disc;
+    }
+  }
 }