From: Laury GvR Date: Fri, 28 Sep 2018 21:25:30 +0000 (-0400) Subject: Fix spacing of front reg list location & cost icons X-Git-Tag: v1.1.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b3fd504e618d8758a6df14c765b8e0731bd74ff4;p=WP-Plugins%2Fglm-member-db-registrations.git Fix spacing of front reg list location & cost icons --- 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}