Add Layers control as tab to sidebar

This commit is contained in:
Norbert Renner 2018-02-12 18:45:33 +01:00
parent 443ca9c03e
commit 23e7eb073e
4 changed files with 27 additions and 1 deletions

View file

@ -294,3 +294,10 @@ table.dataTable.display tbody tr.even:hover {
.sidebar-pane {
height: 100%;
}
/* layers control as sidebar tab */
#layers-control-wrapper label {
display: block;
font-size: 0.9rem;
line-height: normal;
}