From: Tom Hughes Date: Wed, 1 May 2013 09:01:24 +0000 (+0100) Subject: Stop attribution control wrapping on layers with attribution text X-Git-Tag: live~5032 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2c8ed19553808c9f2c9df732a6c60fd3c306aaab?ds=sidebyside Stop attribution control wrapping on layers with attribution text --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index fa4faa8ba..b2a23745e 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -529,10 +529,21 @@ table { /* Rules for Leaflet maps */ -.leaflet-control-attribution a.disabled { - color: #99c9dc; - cursor: default; - text-decoration: none; +.leaflet-control-attribution { + a.disabled { + color: #99c9dc; + cursor: default; + text-decoration: none; + } + + ul.secondary-actions { + float: left; + margin-right: 5px; + + &:only-child { + margin-right: 0px; + } + } } .site-index .leaflet-top,