Fix layer switcher CSS
This commit is contained in:
parent
2e444eb7bb
commit
bfe2e6a473
1 changed files with 12 additions and 1 deletions
|
@ -518,6 +518,13 @@ table {
|
|||
}
|
||||
|
||||
/* Rules for Leaflet maps */
|
||||
.leaflet-control-layers-expanded {
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
.leaflet-control-layers-separator {
|
||||
margin: 5px -10px !important;
|
||||
}
|
||||
|
||||
.leaflet-control-attribution {
|
||||
a.disabled {
|
||||
|
@ -1494,7 +1501,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
|
|||
input[type="radio"] {
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1502,6 +1508,11 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
|
|||
display: block;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue