X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7821bf48ad301c4d4253ed0ae7f6d53e2176b6bc..13e7a4b0e94749e65cb6b7703e86daf5e312064e:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f647302fb..67ae64f39 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 */ @@ -2842,7 +2847,7 @@ input.richtext_title[type="text"] { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); - padding: 5px; + padding: 10px 20px; margin-bottom: $lineheight; ul {