X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a4561fe89b9a899a8c4e1bae3434f3e2b445d269..2198b6ebbf46cdad39b75a461b9a72e5cde93c3a:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d73d1000a..a784493d6 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -953,6 +953,10 @@ header .search_form { font-size: 10px; color: $blue; } + + .query_wrapper.routing { + display: none; + } } /* Rules for the map key which appears in the popout sidebar */ @@ -1698,6 +1702,7 @@ header .search_form { .message-read .message-buttons { margin-top: $lineheight; + margin-bottom: $lineheight * 1.5; padding-top: $lineheight; border-top: 1px solid $lightgrey; } @@ -1725,12 +1730,6 @@ header .search_form { /* Rules for highlighting fields with rails validation errors */ -.field_with_errors { - padding: 2px; - background-color: #ff7070; - display: inline-block; -} - .formError { display: inline-block; padding: 5px 10px; @@ -1843,6 +1842,10 @@ textarea { padding: 2px 5px; margin: 0; width: 200px; + + &.field_with_errors { + border: 2px solid #ff7070; + } } textarea { @@ -2353,7 +2356,7 @@ input.richtext_title[type="text"] { } /* Rules for the "Welcome" page */ -.site-welcome { +.site-welcome, .site-fixthemap { .center { text-align: center; .sprite {