From 789ba7cf52e24192629f6c430dd093d6c70414e3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 28 Mar 2018 15:54:14 -0400 Subject: [PATCH] Checkout display issues fixed - Checkout - 'Reguired Field' guide had extreme line-height - Checkout - Centered the text in Registrations cart link header - Checkout - removed extraneous numbers with Payment Information --- css/front.css | 6 ++++++ views/front/registrations/checkout.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index ff5f32d..4bf18b6 100644 --- a/css/front.css +++ b/css/front.css @@ -1012,6 +1012,7 @@ span.glm-error { #registrations-cart-link-data { padding: 5px; width: 100%; + text-align: center; } .reg-class-time:not(:last-child){ border-bottom: 1px solid lightgrey; @@ -1134,6 +1135,11 @@ hr.glm-reg-class-separator{ .glm-reg-account-info,.glm-reg-billing-info { padding: 0; } + .glm-reg-required-guide { + margin: 1rem 0 2.5rem; + line-height: 1.0; + font-size: 14px; + } .glm-reg-cart-data{ display: block; font-size: 13px; diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index d260b7a..44c1ca6 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -55,7 +55,7 @@

Billing Information

-
+
* Required Fields
@@ -150,7 +150,7 @@ {foreach $payMethods as $payMethod} {$pmName = array_search($payMethod.value, $payMethodsNumb)} - {$pmNumb = $payMethodsNumb.{$pmName}} {$pmNumb} + {$pmNumb = $payMethodsNumb.{$pmName}}   {$payMethods.{$pmNumb}.name}     {/foreach} -- 2.17.1