Stop attribution control wrapping on layers with attribution text

This commit is contained in:
Tom Hughes 2013-05-01 10:01:24 +01:00
parent a5f3abcbe9
commit 2c8ed19553

View file

@ -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,