diff --git a/css/60_mapillary.css b/css/60_mapillary.css index 2910342e1..1bf059689 100644 --- a/css/60_mapillary.css +++ b/css/60_mapillary.css @@ -69,12 +69,47 @@ /* Mapillary viewer */ #mly .domRenderer .TagSymbol { - font-size: 12px; + font-size: 10px; background-color: rgba(0, 0, 0, 0.4); padding: 0 4px; border-radius: 4px; transform: translate(-50%, -120%) !important; } +#mly .domRenderer .Attribution { + width: 100%; + font-size: 10px; + text-align: right; +} +.mapillary-wrap { + position: absolute; + bottom: 30px; + width: 330px; + height: 250px; + padding: 5px; + background-color: #fff; +} +.mapillary-wrap.hidden { + visibility: hidden; +} + +.mapillary-wrap button.thumb-hide { + border-radius: 0; + padding: 5px; + position: absolute; + right: 0; + top: 0; + z-index: 500; +} + +.mly-wrapper { + visibility: hidden; + width: 100%; + height: 100%; +} + +.mly-wrapper.active { + visibility: visible; +} diff --git a/css/80_app.css b/css/80_app.css index 190766206..a4a6b652e 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3959,37 +3959,6 @@ li.hide + li.version .badge .tooltip .tooltip-arrow { color: #7092FF; } -.mapillary-wrap { - position: absolute; - bottom: 30px; - width: 330px; - height: 250px; - padding: 5px; - background-color: #fff; -} - -.mapillary-wrap.hidden { - visibility: hidden; -} - -.mapillary-wrap button.thumb-hide { - border-radius: 0; - padding: 5px; - position: absolute; - right: 0; - top: 0; - z-index: 500; -} - -.mly-wrapper { - visibility: hidden; - width: 100%; - height: 100%; -} - -.mly-wrapper.active { - visibility: visible; -} /* Right-to-left localization settings */