Stop attribution control wrapping on layers with attribution text
This commit is contained in:
parent
a5f3abcbe9
commit
2c8ed19553
1 changed files with 15 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue