increasing button font sizes
padding: 0;
}
}
+#regSubmitButton{
+ font-size: 16px;
+}
label.glm-reg-terms-label{
display: inline !important;
margin-bottom: 5px;
label.registrant-label {
width: 80%;
}
-
+body .glm-reg-proceed-to-checkout{
+ font-size: 16px !important;
+}
.reg-class-detail {
/* display: none; */
padding: 5px 10px;
</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}
<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}