From: Laury GvR Date: Wed, 28 Mar 2018 19:54:14 +0000 (-0400) Subject: Checkout display issues fixed X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=789ba7cf52e24192629f6c430dd093d6c70414e3;p=WP-Plugins%2Fglm-member-db-registrations.git 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 --- 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}