add two-column layer menu css to desktop version - was on mobile before in-app layer chooser added
This commit is contained in:
21
style.css
21
style.css
@ -101,6 +101,27 @@ a:hover {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
|
||||
/* base layer selection - first column */
|
||||
.leaflet-control-layers-base {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* overlays layer selection - 2nd column */
|
||||
.leaflet-control-layers-overlays {
|
||||
float: left;
|
||||
margin-left: 8px;
|
||||
border-left: 1px solid #DDDDDD;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/* hide the usual seperator */
|
||||
.leaflet-control-layers-separator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.help {
|
||||
cursor: help;
|
||||
}
|
||||
|
Reference in New Issue
Block a user