X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/206e1309a95b498a220d8de6cf4ed5970ebd6778..f3519e97819cc5a5e2c2f9931c7d565b8e5227c8:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b77311307..251731a4c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2756,6 +2756,7 @@ input.richtext_title[type="text"] { } .related-block{ + width:280px; float:right; } @@ -2781,4 +2782,11 @@ input.richtext_title[type="text"] { .report-button { float:right; -} \ No newline at end of file +} + +.disclaimer { + width: 600px; + background: #fff1f0; + color: #d85030; + border-color: rgba(216, 80, 48, 0.3); +}