Fix Map width
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 21 Aug 2018 21:17:36 +0000 (17:17 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 21 Aug 2018 21:17:36 +0000 (17:17 -0400)
views/front/events/detail.html

index a326e57..8edb645 100755 (executable)
@@ -27,7 +27,7 @@
                                 {if $event.locations.lat && $event.locations.address}
                                     <div id="eventDetailMap">
                 {if $settings.selected_map_interface == 1}
-                                        <div id="eventDetail-map" title="Click to enlarge" style="height: 250px; width: 350px;">map...</div>
+                                        <div id="eventDetail-map" title="Click to enlarge">map...</div>
                 {/if}                                        
                 {if $settings.selected_map_interface == 2}
                                         <div id="eventDetail-map" title="Click to enlarge">map...</div>
@@ -49,7 +49,7 @@
                             {if $event.member.lat}
                                 <div id="eventDetailMap">
                 {if $settings.selected_map_interface == 1}
-                                    <div id="eventDetail-map" title="Click to enlarge" style="height: 250px; width: 350px;">map...</div>
+                                    <div id="eventDetail-map" title="Click to enlarge" >map...</div>
                 {/if}                                        
                 {if $settings.selected_map_interface == 2}
                                     <div id="eventDetail-map" title="Click to enlarge">map...</div>