From 5595388204aa0abda613f89aff622f121ef2989c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Dec 2017 16:41:29 -0500 Subject: [PATCH] fixing non wrapping terms and conditions --- css/front.css | 7 +++++-- views/front/registrations/checkout.html | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/css/front.css b/css/front.css index a617a2c..d87f096 100644 --- a/css/front.css +++ b/css/front.css @@ -20,9 +20,12 @@ padding: 0; } } +.glm-reg-event-terms{ + padding: 0; +} .glm-reg-event-profile-details{ - padding-left: 0; - } + padding-left: 0; +} .glm-reg-image-container{ padding: 0; max-height: 350px; diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index 2a6d087..e1d2772 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -187,7 +187,7 @@ {if $cart.totalCharges > 0} -
+

Payment Information

{foreach $payMethods as $payMethod} @@ -262,11 +262,11 @@ {foreach $cart.events as $event} {assign var="fid" value="glm_reg_customfields_reg_event_`$event.reg_event`"} {* assemble the uid with the current event ID *} {if apply_filters('glm-members-customfields-have-fields', false, $fid)} -
+

Additional information for event: {$event.event_name}

-
-
+
+
{apply_filters('glm-members-customfields-form-display', '', $fid, $cartId, 'checkoutForm', false)}
@@ -275,24 +275,24 @@ {/if} {/foreach} {/if} -
-
-
+
+
+

Terms and Conditions

You must check the boxes below to confirm that you agree to the Terms and Conditions for each event.
-
+
 
-
+
General Registrations Terms and Conditions:

{foreach $cart.events as $event} {if $event.event_terms != ''} -
+
 
-
+
{$event.event_name}:

-- 2.17.1