X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/582ab35ecd0b0cfacaedf8cbe1d6eadff302973b..8756feab8a902bd1111adf3b1d9514988dde9bf3:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 46f679955..399ac6e61 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -238,14 +238,20 @@ table { /* Rules for the header */ #menu-icon { - display: none; - float: right; + display: none !important; + float: right; + background: url("/assets/menu-icon.png") no-repeat; + background-size: 30px 30px; + display: block; + width: 30px; + height: 30px; + margin: 14px 10px 0 0; + opacity: 0.6; } header { height: $headerHeight; position: relative; - // border-bottom: $keyline; z-index: 1001; font-size: 13px; @@ -292,6 +298,7 @@ nav.primary { > li { border-right: $border; + float: left; &:last-child { border-right: 0; > a { border-radius: 0 $border-radius $border-radius 0; } @@ -350,14 +357,16 @@ nav.secondary { position: absolute; right: 0; - > ul a, - .dropdown-toggle { - display: inline-block; - text-decoration: none; - color: $darkgrey; - padding: 5px; + > ul { + vertical-align: middle; + a, .dropdown-toggle { + display: inline-block; + text-decoration: none; + color: $darkgrey; + padding: 5px; - &:hover { color: darken($darkgrey, 10%); } + &:hover { color: darken($darkgrey, 10%); } + } } > ul li.current a { @@ -374,6 +383,7 @@ nav.secondary { > li { border-right: $border; + float: left; &:last-child { border-right: 0; @@ -1029,7 +1039,8 @@ a.donate { border-bottom: $keyline; cursor: pointer; - &.selected { background: lighten($green, 35%); } + &.selected { background: #FFFFE6; } + /* color is derived from changeset bbox fillColor in history.js */ } .comment a {