X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9172695f7f94bb60dd01455a922e22d181eb284e..e96a64ca9c2ea068dd9167e074ee26c8d28744b4:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 3b017138f..1e3bcc468 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -584,17 +584,26 @@ a.donate { position: absolute; display: none; right: 0; - width: 200px; + width: 250px; height: 100%; background: white; + overflow: auto; } -.layers-ui { +#map-ui { section { border-top: 1px solid #868e85; padding: 15px; } + section:first-child { + border-top:0; + } + + h2 { + margin:0; + } + li { border-radius: 4px; overflow: hidden; @@ -764,7 +773,6 @@ a.donate { /* Rules for the map key which appears in the popout sidebar */ #mapkey { - padding: $lineheight $lineheight 0 $lineheight; .mapkey-table-key img { display: block; margin-left: auto;