Show loading spinner in loadchanged, update selection in nodechanged

This commit is contained in:
Bryan Housel
2016-05-31 17:16:17 -04:00
parent e57914d77e
commit e364b7ec30
5 changed files with 143 additions and 99 deletions
+41 -36
View File
@@ -660,43 +660,7 @@ button.save.has-count .count::before {
bottom: 0;
}
.mapillary-wrap {
position: absolute;
bottom: 30px;
width: 330px;
height: 250px;
padding: 5px;
background-color: #fff;
}
.mapillary-wrap.hidden {
visibility: hidden;
}
.mapillary-wrap.temp button {
display: none;
}
.mapillary-wrap .uil-ripple-css {
top: -22px;
left: -16px;
}
.mapillary-wrap button.thumb-hide {
border-radius: 0;
padding: 5px;
position: absolute;
right: 0;
top: 0;
z-index: 500;
}
.mly-wrapper {
visibility: hidden;
}
.mly-wrapper.active {
visibility: visible;
}
.feature-list-pane .inspector-body {
@@ -3292,3 +3256,44 @@ img.tile-removing {
background: rgba(0, 0, 0, 0) url(img/iD-sprite.svg) no-repeat -300px -460px;
margin: auto;
}
/* Mapillary
------------------------------------------------------- */
.mapillary-wrap {
position: absolute;
bottom: 30px;
width: 330px;
height: 250px;
padding: 5px;
background-color: #fff;
}
.mapillary-wrap.hidden {
visibility: hidden;
}
.mapillary-wrap .uil-ripple-css {
top: -9px;
left: -15px;
}
.mapillary-wrap .uil-ripple-css div {
top: 38px;
}
.mapillary-wrap button.thumb-hide {
border-radius: 0;
padding: 5px;
position: absolute;
right: 0;
top: 0;
z-index: 500;
}
.mly-wrapper {
visibility: hidden;
}
.mly-wrapper.active {
visibility: visible;
}