From b3fd504e618d8758a6df14c765b8e0731bd74ff4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 28 Sep 2018 17:25:30 -0400 Subject: [PATCH] Fix spacing of front reg list location & cost icons --- css/front.css | 4 ++-- views/front/registrations/list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index 32dba28..d736aab 100644 --- a/css/front.css +++ b/css/front.css @@ -105,7 +105,7 @@ position: absolute; width: 24px; height: 24px; - left: -5px; + left: -26px; } .glm-reg-contact-container::before{ content: ""; @@ -137,7 +137,7 @@ position: absolute; width: 24px; height: 24px; - left: -5px; + left: -26px; } .glm-reg-time::before{ content: ""; diff --git a/views/front/registrations/list.html b/views/front/registrations/list.html index 9598703..ffe074f 100755 --- a/views/front/registrations/list.html +++ b/views/front/registrations/list.html @@ -60,14 +60,14 @@ {if $event.eventCost} -
+
{$event.eventCost}
{/if} {if $event.hide_address.name == 'No'} {if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)} -
+
{if $event.locations.name}{$event.locations.name}
{/if}
{/if} -- 2.17.1