From eec1e462272b1cf46078fafd02a7603804caa255 Mon Sep 17 00:00:00 2001 From: Nikola Plesa Date: Fri, 7 Aug 2020 11:26:04 +0200 Subject: [PATCH] fix: fix mapillary image attribution css --- css/60_photos.css | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/css/60_photos.css b/css/60_photos.css index 8e0eb77de..87389460e 100644 --- a/css/60_photos.css +++ b/css/60_photos.css @@ -304,22 +304,16 @@ label.streetside-hires { border-radius: 4px; top: -25px; } -#ideditor-mly .domRenderer .Attribution { - /* we will roll our own to avoid async update issues like #4526 */ - display: none; + +.mly-wrapper .AttributionContainer .AttributionIconContainer .AttributionMapillaryLogo { + margin-top: 3px; } -.mly-wrapper .photo-attribution a:active { - color: #35af6d; -} -@media (hover: hover) { - .mly-wrapper .photo-attribution a:hover { - color: #35af6d; - } -} - -.mly-wrapper .mapillary-js-dom { - z-index: 9; +.mly-wrapper .AttributionContainer .AttributionImageContainer { + color: #fff; + font-size: 10px; + font-weight: 300; + overflow: hidden; }