You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
safe-bike-routing/src/sidebar-router.css

22 lines
483 B
CSS

.leaflet-sidebar { z-index: 500; }
.leaflet-routing-container {
width: 100%;
border: 0 !important;
margin-bottom: 1.5em;
}
.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
padding: 0;
border-bottom: none;
}
.leaflet-routing-alternatives-container:not(:empty) {
border-bottom: 1px solid #ccc !important;
border-top: 1px solid #ccc !important;
}
.leaflet-routing-alt {
margin-bottom: 12px;
}
.leaflet-bar .leaflet-routing-alt table {
width: 100%;
}