From e5a0bdb139fd74e1fb137cbfd6977cc9fe3f5fe8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 21 Dec 2017 11:38:33 -0500 Subject: [PATCH] adding border around terms and conditions boxing in the checkout terms and conditions and adding padding to the checkbox sections --- css/front.css | 7 +++++-- views/front/registrations/checkout.html | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index 22f204f..d5b6a75 100644 --- a/css/front.css +++ b/css/front.css @@ -3,7 +3,7 @@ /*{{{ Temp replacement for glm-row without max-width and other checkout form tampering */ .glm-reg-event-terms{ - padding: 0; + padding: 0 0 0 20px; } .glm-reg-event-profile-details { } @@ -144,7 +144,10 @@ left: -12px; } -glm-reg-contact-email{ +.glm-reg-terms-conditions{ + border: 1px solid darkgrey; +} +.glm-reg-contact-email{ word-wrap: break-word; } .glm-reg-event-profile-details:not(.glm-reg-contact-details){ diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index c28260f..033a3dd 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -304,9 +304,9 @@

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:

-- 2.17.1