Skip to content

Commit

Permalink
Merge pull request #24 from domoritz/locate-42
Browse files Browse the repository at this point in the history
Version 0.42.0 of locate control.
  • Loading branch information
tmcw committed Apr 30, 2015
2 parents 24f70d7 + 596a9bc commit 9485922
Show file tree
Hide file tree
Showing 20 changed files with 2,498 additions and 0 deletions.
26 changes: 26 additions & 0 deletions plugins/leaflet-locatecontrol/v0.42.0/L.Control.Locate.css
@@ -0,0 +1,26 @@
/*! Version: 0.42.0
Date: 2015-04-29 */

/* 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-touch .leaflet-control-locate {
box-shadow: none;
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}

.leaflet-control-locate a {
font-size: 1.4em;
margin-left: 1px;
color: #444;
}
.leaflet-control-locate.active a {
color: #2074B6;
}
.leaflet-control-locate.active.following a {
color: #FC8428;
}
13 changes: 13 additions & 0 deletions plugins/leaflet-locatecontrol/v0.42.0/L.Control.Locate.ie.css
@@ -0,0 +1,13 @@
/*! Version: 0.42.0
Date: 2015-04-29 */

/* Conditional stylesheet for IE. */
.leaflet-control-locate {
border: 3px solid #999;
}
.leaflet-control-locate a {
background-color: #eee;
}
.leaflet-control-locate a:hover {
background-color: #fff;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions plugins/leaflet-locatecontrol/v0.42.0/L.Control.Locate.mapbox.css
@@ -0,0 +1,34 @@
/*! Version: 0.42.0
Date: 2015-04-29 */

/* 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-touch .leaflet-control-locate {
box-shadow: none;
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}

.leaflet-control-locate a {
font-size: 1.4em;
margin-left: 1px;
color: #444;
}
.leaflet-control-locate.active a {
color: #2074B6;
}
.leaflet-control-locate.active.following a {
color: #FC8428;
}

/* Mapbox specific adjustments */
.leaflet-control-locate a {
padding: 3px 0 0 8px;
}
.leaflet-control-locate.requesting a {
padding: 3px 0 0 4px;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions plugins/leaflet-locatecontrol/v0.42.0/L.Control.Locate.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9485922

Please sign in to comment.