X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8587c2a02bfafd7bf07e6f7130a9211f41da1757..a20e28809f5ca1e3f3579faeaf118fff3ecc4994:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f1fdc136b..665ea8c24 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; } @@ -1002,6 +1002,11 @@ header .search_forms, vertical-align: middle; } } + + a.reverse_directions { + cursor: pointer; + margin: 0px 0px 5px 25px; + } } /* Rules for the map key which appears in the popout sidebar */ @@ -2838,10 +2843,6 @@ input.richtext_title[type="text"] { width:475px; } -.report-button { - float:right; -} - .report-disclaimer { background: #fff1f0; color: #d85030;