X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dc24f6c2195c6053efd43778d53ae68984e54107..79868aeae7c0023e510d446cb4efb890da644917:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 5fcbd83ab..ec037aafc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -486,7 +486,7 @@ body.small-nav { .section { border-bottom: 1px solid $grey; - padding: 10px 20px; + padding: $spacer; } } } @@ -579,7 +579,7 @@ body.small-nav { } .leaflet-top { - top: $lineheight/2 !important; + top: 10px !important; .leaflet-control { margin-right: 0px !important; margin-top: 0px !important; @@ -606,13 +606,6 @@ body.small-nav { /* Rules for the sidebar */ -.sidebar_heading { - position: relative; - padding: $lineheight/2 $lineheight; - // background: $offwhite; - // border-bottom: 1px solid $grey; -} - #browse_status { input { display: block; @@ -1045,9 +1038,6 @@ tr.turn:hover { &:first-child { border-top: 1px solid $grey; } - p { - margin-bottom: $lineheight/2; - } } }