Add expand/collapse tree buttons

This commit is contained in:
Norbert Renner 2019-03-20 18:41:22 +01:00
parent 64957d923b
commit e02be4ca15
3 changed files with 45 additions and 15 deletions

View file

@ -412,7 +412,11 @@ table.dataTable.display tbody tr.even:hover {
}
#layers-button-group {
text-align: right;
display: flex;
justify-content: space-between;
}
#tree-button-group {
margin-right: 5px;
}
#optional-layers-tree {