icons and toolbars

This commit is contained in:
muerwre 2018-09-03 15:09:38 +07:00
parent 2375bc3f57
commit 13c5ae08d9
4 changed files with 25 additions and 16 deletions

View file

@ -64,9 +64,9 @@
width: 32px;
height: 32px;
position: fixed;
top: 80px;
top: 10px;
left: 10px;
border-radius: 2px;
border-radius: 2px 0 0 2px;
z-index: 3;
box-shadow: @bar_shadow;
cursor: pointer;
@ -110,3 +110,7 @@
position: absolute;
}
}
.leaflet-top {
top: 42px;
}