From a58ebfbe58b5240aae87eb2cab16dd4473547ef8 Mon Sep 17 00:00:00 2001 From: laury Date: Wed, 27 Dec 2017 14:09:31 -0500 Subject: [PATCH] Removing extra margin at checkboxes in checkout page --- css/front.css | 3 +++ views/front/registrations/cartSummary.html | 2 +- views/front/registrations/checkout.html | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/front.css b/css/front.css index 5e84bbe..75be001 100644 --- a/css/front.css +++ b/css/front.css @@ -368,6 +368,9 @@ label.glm-reg-terms-label{ } .glm-reg-terms input[type='checkbox']{ +} +.glm-reg-event-terms .glm-reg-terms { + margin: 0; } .glm-reg-level-registrant-name { } diff --git a/views/front/registrations/cartSummary.html b/views/front/registrations/cartSummary.html index d8aaa44..9666bfc 100644 --- a/views/front/registrations/cartSummary.html +++ b/views/front/registrations/cartSummary.html @@ -128,7 +128,7 @@ {/if}
- Total {$terms.reg_term_attendee}: {$cart.totalRegistrants} + Total {$terms.reg_term_attendee_plur}: {$cart.totalRegistrants}
${$cart.totalCharges|number_format:2} diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index 71a9b2f..86157af 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -313,7 +313,7 @@
 
-
General Registrations Terms and Conditions:
+
General {$terms.reg_term_registration_plur_cap} Terms and Conditions:

@@ -339,7 +339,7 @@
- +
-- 2.17.1