diff --git a/css/style.css b/css/style.css index cb912e0..0a2cefd 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/index.html b/index.html index 250842c..1057d91 100644 --- a/index.html +++ b/index.html @@ -284,6 +284,7 @@