Update leaflet.draw.css

fixed line break between save/cancel for delete layers
This commit is contained in:
Dunstkreis
2014-02-02 11:18:11 +01:00
parent 6bc055491f
commit 7d8c4a9794

View File

@ -50,6 +50,7 @@
position: absolute; position: absolute;
left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */ left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
top: 0; top: 0;
white-space: nowrap;
} }
.leaflet-right .leaflet-draw-actions { .leaflet-right .leaflet-draw-actions {
@ -98,7 +99,6 @@
.leaflet-draw-actions-top { .leaflet-draw-actions-top {
margin-top: 1px; margin-top: 1px;
white-space: nowrap;
} }
.leaflet-draw-actions-top a, .leaflet-draw-actions-top a,