X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a20e28809f5ca1e3f3579faeaf118fff3ecc4994..2aca6920dc3488a381b275d21a31344da02029e6:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 665ea8c24..50b38e7a3 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -938,6 +938,10 @@ header .search_forms, border-radius: 0 2px 2px 0; } + input.error { + background-color: rgba($red, 0.4); + } + select { /* this next line is to polyfill the vertical alignment of text within a select element, * which is different between firefox and chrome. */ @@ -2834,20 +2838,35 @@ input.richtext_title[type="text"] { margin-right:100px; } -.related-block{ - width:280px; - float:right; +.related-reports { + width: 280px; + float: right; + + ul { + padding-left: $lineheight; + margin-bottom: 0; + + li { + list-style: disc; + } + } } .issue-comments { width:475px; } +.issues-list { + td:nth-child(2) { + white-space: nowrap; + } +} + .report-disclaimer { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); - padding: 5px; + padding: 10px 20px; margin-bottom: $lineheight; ul {