X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493..04901868fa1fb341b0aa76fd50956fd57f7ac0e1:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3e64728a7..f2df4d191 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -38,7 +38,7 @@ textarea, body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; } abbr, acronym { - border-bottom: .1em dotted; + text-decoration: underline dotted; cursor: help; } @@ -2834,20 +2834,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 {