add connect to viewer and add footer

This commit is contained in:
Shawna Paradee
2018-05-01 09:51:21 -07:00
parent 2b50d36f65
commit 40aafc2713
4 changed files with 48 additions and 31 deletions
+25
View File
@@ -64,6 +64,9 @@
float: left;
line-height: 6px;
}
.photo-attribution-streetside .image_link:hover{
color: #06b8ff;
}
/* markers and sequences */
.viewfield-group {
@@ -210,6 +213,28 @@
}
/* Streetside viewer */
#ms .domRenderer .TagSymbol {
font-size: 10px;
background-color: rgba(0,0,0,0.4);
padding: 0 4px;
border-radius: 4px;
top: -25px;
}
#ms .domRenderer .Attribution {
/* we will roll our own to avoid async update issues like #4526 */
display: none;
}
.ms-wrapper .photo-attribution a:active,
.ms-wrapper .photo-attribution a:hover {
color: #35af6d;
}
.ms-wrapper .mapillary-js-dom {
z-index: 9;
}
/* Mapillary viewer */
#mly .domRenderer .TagSymbol {
font-size: 10px;