Config option for tile layers.
See: https://github.com/freifunkhamburg/ffffng/issues/23
This commit is contained in:
parent
51978bfd70
commit
7c09523e53
6 changed files with 30 additions and 17 deletions
app/styles/views/directives
|
@ -123,9 +123,25 @@ f-node-form {
|
|||
margin-top: 5px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.leaflet-control-layers.leaflet-control {
|
||||
&.map-hide-layers-control .leaflet-control-layers.leaflet-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// reset styling from bootstrap as it breaks the layer control
|
||||
.leaflet-control-layers {
|
||||
input {
|
||||
display: initial;
|
||||
border: initial;
|
||||
box-shadow: initial;
|
||||
width: initial;
|
||||
height: initial;
|
||||
}
|
||||
|
||||
input, label {
|
||||
margin: initial;
|
||||
padding: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue