Add a button to trigger file browser for GPX (fixes #1758)

This commit is contained in:
John Firebaugh
2013-10-15 12:54:52 -04:00
parent 958c919763
commit a9964589fc
4 changed files with 54 additions and 32 deletions
+11 -4
View File
@@ -2040,13 +2040,20 @@ img.wiki-image {
height:18px;
}
.background-control .layer-toggle-gpx .layer-extent {
.background-control .layer-toggle-gpx button {
float: right;
height: 100%;
width: 10%;
border-left: 1px solid #CCC;
border-radius: 0 4px 4px 0;
border-radius: 0;
}
.background-control .layer-toggle-gpx.selected .layer-extent {
display:inline-block;
.background-control .layer-toggle-gpx button .icon {
opacity: 0.5;
}
.background-control .layer-toggle-gpx button.layer-extent {
border-radius: 0 3px 3px 0;
}
/* Geolocator */