Fix spacing of front reg list location & cost icons
authorLaury GvR <laury@gaslightmedia.com>
Fri, 28 Sep 2018 21:25:30 +0000 (17:25 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 28 Sep 2018 21:25:30 +0000 (17:25 -0400)
css/front.css
views/front/registrations/list.html

index 32dba28..d736aab 100644 (file)
     position: absolute;
     width: 24px;
     height: 24px;
-    left: -5px;
+    left: -26px;
 }
 .glm-reg-contact-container::before{
     content: "";
     position: absolute;
     width: 24px;
     height: 24px;
-    left: -5px;
+    left: -26px;
 }
 .glm-reg-time::before{
     content: "";
index 9598703..ffe074f 100755 (executable)
 
                 {if $event.eventCost}
 
-                                <div class="glm-reg-list-cost glm-small-12 glm-column glm-reg-list-details">
+                                <div class="small-12 columns glm-reg-event-profile-details glm-reg-list-cost glm-reg-has-icon">
                                     {$event.eventCost}
                                 </div>
 
                 {/if}
                 {if $event.hide_address.name == 'No'}
                     {if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)}
-                                    <div class="glm-columns glm-small-12 glm-reg-list-details glm-reg-list-location">
+                                <div class="small-12 columns glm-reg-event-profile-details glm-reg-list-location glm-reg-has-icon">
                        {if $event.locations.name}{$event.locations.name}<br>{/if}
                                 </div>
                     {/if}