projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4e0b3
)
Update main map container
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 27 Aug 2018 18:57:53 +0000
(14:57 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 27 Aug 2018 18:57:53 +0000
(14:57 -0400)
Set width to 90%
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
a4980ee
..
4e58221
100755
(executable)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-118,7
+118,7
@@
{if $settings.selected_map_interface == 1}
<!-- Leaflet Map -->
- <div id="LeafletMapContainer" style="height: 400px; width:
100%; border: 1px black solid; z-index: +0
;"></div>
+ <div id="LeafletMapContainer" style="height: 400px; width:
90%; border: 1px black solid; z-index: +0; margin: 0 auto
;"></div>
{/if}
{if $settings.selected_map_interface == 2}