From 7548930dd86455a943d1e5a35e2cf0c1cc04282c Mon Sep 17 00:00:00 2001 From: laury Date: Wed, 13 Dec 2017 12:43:59 -0500 Subject: [PATCH] Disabled Billing checkout info. Changed text on Add New Attendee button. --- css/front.css | 12 +++++++----- views/front/registrations/checkout.html | 4 +++- views/front/registrations/registration.html | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/css/front.css b/css/front.css index fa0d1a2..db2855d 100644 --- a/css/front.css +++ b/css/front.css @@ -3,10 +3,10 @@ /*{{{ Temp replacement for glm-row without max-width and other checkout form tampering */ @media(max-width: 641px){ #regApp { - padding: 0; +/* padding: 0;*/ } .glm-reg-classes { - padding: 0; +/* padding: 0;*/ } .glm-reg-image-container { padding: 0; @@ -63,7 +63,7 @@ position: absolute; width: 24px; height: 24px; - left: -36px; + left: -26px; } .glm-reg-time::before{ content: ""; @@ -73,7 +73,7 @@ position: absolute; width: 24px; height: 24px; - left: -36px; + left: -26px; } .glm-reg-event-profile-map-container{ padding: 0; @@ -86,7 +86,7 @@ position: absolute; width: 24px; height: 24px; - left: -36px; + left: -26px; } .glm-reg-event-profile-details{ margin-bottom: 15px; @@ -366,9 +366,11 @@ label.registrant-label { } .new-reg .button.add-new-registrant { margin-bottom: 0; + border-radius: 3px; } .glm-add-new-account { margin-bottom: 0; + border-radius: 3px; } .new-reg h4 { font-size: 22px; diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index dbbfbc0..1fc0615 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -118,6 +118,7 @@ + {if false}

Billing Information

 Same as Account Information
@@ -180,8 +181,9 @@
+ + {/if} -

Registration Summary

diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 085af66..1657da0 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -146,7 +146,7 @@ <% if ( app.timeSpecific ) { %> <%= start_datetime.datetime %> <% } %> - +
{/literal} -- 2.17.1