From 022391eadcc876d89422821157a1c5cf28a2e8bd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Dec 2017 16:00:17 -0500 Subject: [PATCH] moving the required fields text below the billing title moving required fields indicator below the billing fields title --- css/front.css | 3 +++ views/front/registrations/checkout.html | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/css/front.css b/css/front.css index 9f88dc3..6d2e9af 100644 --- a/css/front.css +++ b/css/front.css @@ -185,6 +185,9 @@ .glm-reg-event-profile-details:not(.glm-reg-contact-details){ margin-bottom: 15px; } +.glm-reg-checkout-required{ + margin-bottom: 10px; +} #glm-reg-map-container{ height: 0px; margin: 0; diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index 86157af..143906c 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -49,13 +49,13 @@
{if true}
+ +

Billing Information

-
- * Required Fields +
+ * Required Fields +
-
-

Billing Information

-
First Name{if $regAccount.fieldRequired.bill_fname} *{/if}
-- 2.17.1