X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d5f02968f6f2dd153c74844e818a4d2b2ae24991..81b6599830e04cc45d7b847b7626015b76febf9f:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 9a7785678..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; } @@ -2776,6 +2777,16 @@ input.richtext_title[type="text"] { } .new-report-string { - text-align:center; font-size:15px; -} \ No newline at end of file +} + +.report-button { + float:right; +} + +.disclaimer { + width: 600px; + background: #fff1f0; + color: #d85030; + border-color: rgba(216, 80, 48, 0.3); +}