]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Rework the new report form text and layout
[rails.git] / app / assets / stylesheets / common.scss
index cb55f1ae0502a9d321c72a0360dcb40ca767cd2c..f1fdc136b502f632a2ba0b82501e35b33c09d243 100644 (file)
@@ -2842,9 +2842,19 @@ input.richtext_title[type="text"] {
   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;
+    }
+  }
 }