Add jsTree for optional layers
This commit is contained in:
parent
8b46ba9a27
commit
ddbbd00d1f
5 changed files with 76 additions and 4 deletions
|
|
@ -390,10 +390,12 @@ table.dataTable.display tbody tr.even:hover {
|
|||
}
|
||||
|
||||
/* layers control as sidebar tab */
|
||||
#layers-control-wrapper label {
|
||||
#layers-control-wrapper label,
|
||||
#optional-layers-tree {
|
||||
font-size: 0.9rem;
|
||||
line-height: normal;
|
||||
|
||||
}
|
||||
#layers-control-wrapper label {
|
||||
/* override Bootstrap/Reboot label */
|
||||
display: block;
|
||||
margin-bottom: 0px;
|
||||
|
|
@ -404,6 +406,11 @@ table.dataTable.display tbody tr.even:hover {
|
|||
height: 23px;
|
||||
}
|
||||
|
||||
#optional-layers-tree {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* hide currently unused bottom tabs container because of touch border artefacts */
|
||||
.leaflet-sidebar-tabs > ul:last-child {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue