X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/30ab1e91da6710159285f354c24529bdeeb7fb64..582ab35ecd0b0cfacaedf8cbe1d6eadff302973b:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 5b6ddc5b5..46f679955 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -237,6 +237,11 @@ table { /* Rules for the header */ +#menu-icon { + display: none; + float: right; +} + header { height: $headerHeight; position: relative; @@ -433,7 +438,7 @@ nav.secondary { .count-number { padding: 2px $lineheight/4; border-radius: 2px; - background: #d7d7ff; + background: lighten($green, 30%); margin: 0 2px; font-size: 11px; color: #333; @@ -1230,12 +1235,6 @@ a.donate { } } -@media only screen and (max-width:900px) { - .header-illustration.new-user-arm { - display: none; - } -} - #content.maximised { top: 0; left: 0; @@ -2576,3 +2575,10 @@ a.button { } @import 'browse'; + +@media only screen and (max-width:960px) { + .header-illustration.new-user-arm { + display: none; + } +} +