X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ae4487921350e141efed42fdf7cd3fd70d72bc97..424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index cb55f1ae0..3e64728a7 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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,13 +2843,19 @@ input.richtext_title[type="text"] { width:475px; } -.report-button { - float:right; -} - -.disclaimer { - width: 600px; +.report-disclaimer { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); + padding: 5px; + margin-bottom: $lineheight; + + ul { + padding-left: $lineheight; + margin-bottom: 0; + + li { + list-style: disc; + } + } }