Ensure OpenStreetMap credits are aways shown with map and fix credits positioning for /groups page map display

This commit is contained in:
Matt-Yorkley
2020-05-25 14:12:12 +02:00
parent a3660dfe37
commit 8095371304
3 changed files with 8 additions and 3 deletions

View File

@@ -63,3 +63,8 @@
left: 0px;
}
}
.tabs-content .map-footer {
position: relative;
bottom: 30px;
}

View File

@@ -5,6 +5,3 @@
= inject_enterprise_shopfront_list
= render partial: "shared/map"
.map-footer
%a{:href => "http://www.openstreetmap.org/copyright"} © OpenStreetMap contributors

View File

@@ -6,3 +6,6 @@
%map-search
%ui-gmap-markers{models: "OfnMap.enterprises", fit: "true",
coords: "'self'", icon: "'icon'", click: "'reveal'"}
.map-footer
%a{:href => "http://www.openstreetmap.org/copyright"} © OpenStreetMap contributors