increase button font sizes, changing total charged text
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Dec 2017 17:17:58 +0000 (12:17 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Dec 2017 17:17:58 +0000 (12:17 -0500)
increasing button font sizes

css/front.css
views/front/registrations/cart.html
views/front/registrations/checkout.html

index c8137d5..2e54922 100644 (file)
         padding: 0;
     }
 }
+#regSubmitButton{
+    font-size: 16px;
+}
 label.glm-reg-terms-label{
     display: inline !important;
     margin-bottom: 5px;
@@ -313,7 +316,9 @@ label.glm-reg-terms-label{
 label.registrant-label {
     width: 80%;
 }
-
+body .glm-reg-proceed-to-checkout{
+    font-size: 16px !important;
+}
 .reg-class-detail {
     /* display: none; */
     padding: 5px 10px;
index 16f3716..3bc74cf 100644 (file)
@@ -40,7 +40,7 @@
     </div>
   {else}
     <div class="glm-right">
-        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="button tiny">Proceed to Checkout</a></div>
+        <div class="glm-reg-warning">You have not yet submitted your registration! <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;"> <a href="{$regUrl}?page=checkout" class="button tiny glm-reg-proceed-to-checkout">Proceed to Checkout</a></div>
     </div>
   {/if}
     
index c37d16e..a9f8fc4 100644 (file)
@@ -23,7 +23,7 @@
         <input type="hidden" name="active" value="{$regAccount.fieldData.active.value}">
         <input type="hidden" name="glm_reg_cart_id" value="{$cartId}">
 
-        <a href="#cart-summary">See summary of registration request and charges below</a>
+<!--        <a href="#cart-summary">See summary of registration request and charges below</a>-->
 
         <div id="glm-reg-checkout-form">
 
             </div>
 
     {if $cart.totalCharges > 0}
-            <div style="text-align: right;"><h2>Total Charged: ${$cart.totalCharges|number_format:2}</h2></div>
+            <div style="text-align: right;"><h2>Total Charge: ${$cart.totalCharges|number_format:2}</h2></div>
     {else}
             <div style="text-align: right;">(There is no charge for your request.)</div>
     {/if}