Update main map container
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 27 Aug 2018 18:57:53 +0000 (14:57 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 27 Aug 2018 18:57:53 +0000 (14:57 -0400)
Set width to 90%

views/front/members/list.html

index a4980ee..4e58221 100755 (executable)
 
             {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}