/* Compatible with Leaflet 0.7 */

.leaflet-touch .leaflet-bar-part-single {
	-webkit-border-radius: 7px 7px 7px 7px;
	        border-radius: 7px 7px 7px 7px;
	border-bottom: none;
}

.leaflet-control-locate a {
	background-image: url(../png/locate.png);
	background-position: -2px -2px;
}

.leaflet-touch .leaflet-control-locate a {
	background-image: url(../locate_touch.html);
}

.leaflet-control-locate.requesting a {
	background-image: url(../spinner.html);
	background-position: 50% 50%;
}

.leaflet-control-locate.active a {
	background-position: -32px -2px;
}

.leaflet-control-locate.active.following a {
	background-position: -62px -2px;
}

.leaflet-touch .leaflet-control-locate {
	box-shadow: none;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
}
