From c9993275cb41b319a5f2c2ca9a3185eda1d6f613 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 5 Jan 2018 08:48:45 -0500 Subject: [PATCH] changing font styles in the cart summary data adjusting font style and positioning for the cart summary data --- css/front.css | 18 +++++++++++++++++- views/front/registrations/cartSummary.html | 18 +++++++++--------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/css/front.css b/css/front.css index 9e9569b..251165f 100644 --- a/css/front.css +++ b/css/front.css @@ -1046,6 +1046,13 @@ span.glm-error { hr.glm-reg-class-separator{ max-width: 98%; } +.glm-reg-cart-total{ + font-size: 22px; + padding-left: 0; +} +.glm-reg-cart-total-attendees{ + font-size: 24px; +} /* MOBILE ONLY ----------*/ @media(max-width: 640px){ .glm-reg-date::before{ @@ -1113,6 +1120,15 @@ hr.glm-reg-class-separator{ line-height: 1; padding-bottom: 10px; } + .glm-reg-cart-charge{ + padding: 0; + text-align: center; + } + .glm-reg-cart-item{ + } + .glm-reg-cart-total-attendees{ + font-size: 19px; + } } @media(min-width: 1024px){ @@ -1232,7 +1248,7 @@ hr.glm-reg-class-separator{ font-size: 0.875rem; } .glm-reg-cart-event-container { - padding-bottom: 20px + padding-bottom: 10px } .glm-reg-cart-event-class > div { font-size: 16px; diff --git a/views/front/registrations/cartSummary.html b/views/front/registrations/cartSummary.html index 2c2f7b3..2821c1a 100644 --- a/views/front/registrations/cartSummary.html +++ b/views/front/registrations/cartSummary.html @@ -27,7 +27,7 @@
- Date: +
{$terms.reg_term_attendee_plur_cap}: {$event.eventRegistrants} @@ -62,11 +62,11 @@ {/if} {foreach $rate.registrants as $registrant}
-
+
{$terms.reg_term_attendee_cap}: {$registrant.fname} {$registrant.lname}
-
+
{if $registrant.registrantRate > 0} ${$registrant.registrantRate|number_format:2} {else} @@ -89,7 +89,7 @@ {$customField.stored}
{if $customField.cost > 0} -
+
${$customField.cost|number_format:2}
{/if} @@ -134,7 +134,7 @@
{if $cart.totalDiscounts > 0} -
+
Total Discounts
@@ -143,12 +143,12 @@
{/if} -
-
+
+
Total {$terms.reg_term_attendee_plur}: {$cart.totalRegistrants}
-
- ${$cart.totalCharges|number_format:2} +
+ Total: ${$cart.totalCharges|number_format:2}
-- 2.17.1