X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/05ae0755a4b0810fdd012e2fb7a636b260ef69ce..8587c2a02bfafd7bf07e6f7130a9211f41da1757:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index cb55f1ae0..f1fdc136b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; + } + } }