Add toggle button for optional layers and make scrollable and expandable

This commit is contained in:
Norbert Renner 2019-03-20 13:40:54 +01:00
parent 182edb2ee1
commit 64957d923b
3 changed files with 25 additions and 4 deletions

View file

@ -389,6 +389,11 @@ table.dataTable.display tbody tr.even:hover {
height: 100%;
}
.leaflet-sidebar-content {
/* for optional-layers-tree */
overflow-x: auto;
}
/* layers control as sidebar tab */
#layers-control-wrapper label,
#optional-layers-tree {
@ -406,6 +411,10 @@ table.dataTable.display tbody tr.even:hover {
height: 23px;
}
#layers-button-group {
text-align: right;
}
#optional-layers-tree {
margin-top: 5px;
}