From: Anthony Talarico Date: Thu, 14 Dec 2017 21:24:28 +0000 (-0500) Subject: removing print statements and adding styles to the registration page X-Git-Tag: v1.0.0^2~209 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c21c1fd4b82627df850388209749654e40f8c7db;p=WP-Plugins%2Fglm-member-db-registrations.git removing print statements and adding styles to the registration page floating the new registration boxes to the right of the add attendee button --- diff --git a/css/front.css b/css/front.css index 93de880..dae5e8c 100644 --- a/css/front.css +++ b/css/front.css @@ -1,25 +1,7 @@ /* Event Registration Edit Page */ /*{{{ Temp replacement for glm-row without max-width and other checkout form tampering */ -@media(max-width: 641px){ - #regApp { -/* padding: 0;*/ - } - .glm-reg-classes { -/* padding: 0;*/ - } - .glm-reg-image-container { - padding: 0; - margin-bottom: 10px; - } - #glm-reg-event-name { - padding: 0; - line-height: 1.2; - } - .glm-reg-account-info,.glm-reg-billing-info { - padding: 0; - } -} + .glm-reg-event-terms{ padding: 0; } @@ -224,7 +206,7 @@ } .glm-reg-level-info{ padding: 0 2px; - font-size: 14px; + font-size: 18px; white-space: normal; line-height: 1.2; margin-bottom: 10px; @@ -636,5 +618,43 @@ span.glm-error { #regApp #glm-reg-event-name { width: auto; white-space: normal; + } + #regApp { +/* padding: 0;*/ + } + .glm-reg-classes { +/* padding: 0;*/ + } + .glm-reg-image-container { + padding: 0; + margin-bottom: 10px; + } + #glm-reg-event-name { + padding: 0; + line-height: 1.2; + } + .glm-reg-account-info,.glm-reg-billing-info { + padding: 0; + } +} + +@media(min-width: 1024px){ + .reg-class-accounts { + padding: 5px; + width: 50%; + float: right; + /* -moz-column-count: 2; + column-count: 2; + -webkit-column-count: 2;*/ + + } + .reg-class-time { + padding: 5px; + width: 100%; + float: left; + /* -moz-column-count: 2; + column-count: 2; + -webkit-column-count: 2;*/ + } } \ No newline at end of file diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index b40bad9..62ba516 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -33,7 +33,7 @@
{$regEvent.first_datetime.timestamp|date_format:"%A, %B %e, %Y"}
- + {if $first_date.timestamp != $last_date.timestamp && !$time_specific}
{$first_date.timestamp|date_format:"%l:%M %p"} - {$last_date.timestamp|date_format:"%l:%M %p"}
{else} @@ -135,12 +135,12 @@ <% if ( app.timeSpecific ) { %>
- Please select a Date / Time! - +
- Please select a Date / Time! - +
<% } %>