mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
add connect to viewer and add footer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user