From: Anthony Talarico Date: Fri, 15 Dec 2017 14:53:15 +0000 (-0500) Subject: adjusting styles for the add attendee section X-Git-Tag: v1.0.0^2~202 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=be98575cefecc2dfa12a95d1734689fbfb3df793;p=WP-Plugins%2Fglm-member-db-registrations.git adjusting styles for the add attendee section fixing bottom border for mobile, removing padding and margin from the new attendee list in tablet and mobile view --- diff --git a/css/front.css b/css/front.css index 6eee614..98c4410 100644 --- a/css/front.css +++ b/css/front.css @@ -8,7 +8,7 @@ .glm-reg-event-profile-details { } .glm-reg-image-container { - padding: 0 10px 0 0; +/* padding: 0 10px 0 10px;*/ max-height: 350px; overflow: hidden; text-align: center; @@ -576,6 +576,7 @@ span.glm-error { text-align: center; } #accountHeader #accountHeader-right { + padding: 0; float: right; text-align: right; margin-top: 12px; @@ -601,6 +602,9 @@ span.glm-error { padding: 0.625rem 1.25rem 0.6875rem 1.25rem; width: 100%; } +.reg-class-time:not(:last-child){ + border-bottom: 1px solid lightgrey; +} @media(max-width: 1024px) { #accountHeader .accountHeader-section { margin-bottom: 10px; @@ -610,6 +614,12 @@ span.glm-error { min-height: 0; border-width: 1px; } + .reg-class-accounts{ + padding-left: 0; + } + .glm-reg-level-registrant{ + margin-left: 0; + } } #accountHeader .button { border-radius: 3px; @@ -620,9 +630,9 @@ span.glm-error { margin: 10px auto; } .glm-reg-image-container { - padding: 0; - margin-bottom: 10px; - } +/* padding: 0;*/ + margin-bottom: 10px; +} @media(max-width: 640px){ #accountHeader .button { margin-bottom: 5px; @@ -637,7 +647,7 @@ span.glm-error { width: auto; white-space: normal; } - #regApp { + #regApp { /* padding: 0;*/ } .glm-reg-classes { @@ -658,10 +668,6 @@ span.glm-error { padding: 5px; width: 50%; float: right; - /* -moz-column-count: 2; - column-count: 2; - -webkit-column-count: 2;*/ - } .new-reg{ float: left; @@ -678,7 +684,5 @@ span.glm-error { -webkit-column-count: 2;*/ } - .reg-class-time:not(:last-child){ - border-bottom: 1px solid lightgrey; - } + } \ No newline at end of file diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index ab37a7b..6b35371 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -105,7 +105,7 @@
<%= name %> -
<%= reg_rate_name %>
+ <% if( reg_rate_base_price ){ %>
Base Rate: $<%= reg_rate_base_price %>
<% } %>