]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Reposition the note and user report flags
[rails.git] / app / assets / stylesheets / common.scss
index cb55f1ae0502a9d321c72a0360dcb40ca767cd2c..f647302fba81101828872b4860f1759d5a84c1fa 100644 (file)
@@ -2838,13 +2838,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: 5px;
+  margin-bottom: $lineheight;
+
+  ul {
+    padding-left: $lineheight;
+    margin-bottom: 0;
+
+    li {
+      list-style: disc;
+    }
+  }
 }