mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
Ensure OpenStreetMap credits are aways shown with map and fix credits positioning for /groups page map display
This commit is contained in:
@@ -63,3 +63,8 @@
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.tabs-content .map-footer {
|
||||
position: relative;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,3 @@
|
||||
= inject_enterprise_shopfront_list
|
||||
|
||||
= render partial: "shared/map"
|
||||
|
||||
.map-footer
|
||||
%a{:href => "http://www.openstreetmap.org/copyright"} © OpenStreetMap contributors
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user