From: Anthony Talarico Date: Fri, 15 Dec 2017 15:51:46 +0000 (-0500) Subject: increasing event reg title font size, increasing columns for the X-Git-Tag: v1.0.0^2~201 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b61b79621cb2c66ece9bf5c4558dc69cb38ba64d;p=WP-Plugins%2Fglm-member-db-registrations.git increasing event reg title font size, increasing columns for the reg profile detals in table setting event image and details to 6 and 6 columns in tablet view --- diff --git a/css/front.css b/css/front.css index 98c4410..5ca0ffb 100644 --- a/css/front.css +++ b/css/front.css @@ -568,15 +568,16 @@ span.glm-error { #accountHeader .accountHeader-section { } #accountHeader #accountHeader-left { + padding-right: 0; float: left; text-align: left; margin-top: 12px; } #accountHeader #accountHeader-center { text-align: center; + width: 255px; } #accountHeader #accountHeader-right { - padding: 0; float: right; text-align: right; margin-top: 12px; @@ -609,6 +610,30 @@ span.glm-error { #accountHeader .accountHeader-section { margin-bottom: 10px; } + #glm-header-reg-widget{ + margin-bottom: 15px; + } + #glm-header-reg-widget a{ + display: block; + } +/* #accountHeader #accountHeader-center { + text-align: center; + float: none; + width: 255px; + } + #accountHeader #accountHeader-left { + float: none; + text-align: left; + max-width: 425px; + margin: 10px auto; + } + #accountHeader #accountHeader-right { + float: none; + text-align: center; + max-width: 425px; + margin: 10px auto; + clear: both; + }*/ #accountHeader #glm-header-reg-widget { margin-top: 0; min-height: 0; @@ -637,6 +662,11 @@ span.glm-error { #accountHeader .button { margin-bottom: 5px; } + + .glm-reg-image-container { + text-align: left; + } + #accountHeader #glm-header-reg-widget { width: 100%; } @@ -661,6 +691,25 @@ span.glm-error { .glm-reg-account-info,.glm-reg-billing-info { padding: 0; } + #accountHeader #accountHeader-center { + text-align: center; + float: none; + width: 255px; + margin: 0 auto; + } + #accountHeader #accountHeader-left { + float: none; + text-align: left; + max-width: 425px; + margin: 10px auto; + } + #accountHeader #accountHeader-right { + float: none; + text-align: center; + max-width: 425px; + margin: 10px auto; + clear: both; + } } @media(min-width: 1024px){ diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 6b35371..4b73077 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -20,16 +20,16 @@