Mapillary Js, second stab

This commit is contained in:
Kushan Joshi
2016-05-24 13:11:22 +05:30
parent 8782c1480d
commit f81ff29645
23 changed files with 228 additions and 143 deletions
+18 -10
View File
@@ -669,18 +669,13 @@ button.save.has-count .count::before {
background-color: #fff;
}
.mapillary-image a {
display: block;
position: absolute;
height: auto;
background-color: rgba(0,0,0,.5);
bottom: 0;
padding: 5px 10px;
}
.mapillary-image img {
width: 100%;
height: auto;
display: none;
}
.mapillary-image img.active {
display: block;
}
@@ -692,12 +687,25 @@ button.save.has-count .count::before {
display: none;
}
.mapillary-image button {
.mapillary-image .uil-ripple-css {
top: -22px;
left: -16px;
}
.mapillary-image 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 {