moving the required fields text below the billing title
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Dec 2017 21:00:17 +0000 (16:00 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Dec 2017 21:00:17 +0000 (16:00 -0500)
moving required fields indicator below the billing fields title

css/front.css
views/front/registrations/checkout.html

index 9f88dc3..6d2e9af 100644 (file)
 .glm-reg-event-profile-details:not(.glm-reg-contact-details){
     margin-bottom: 15px;
 }
+.glm-reg-checkout-required{
+    margin-bottom: 10px;
+}
 #glm-reg-map-container{
     height: 0px;
     margin: 0;
index 86157af..143906c 100644 (file)
                 <div class="glm-large-6 glm-small-12 glm-columns">                    
                     {if true}
                     <div class="glm-reg-billing-info">                    
+                        
+                        <h4>Billing Information</h4>
                         <div class="row">
-                            <div class="columns small-12 text-right glm-reg-required">
-                                * Required Fields
+                                <div class="columns small-12 text-right glm-reg-required glm-reg-checkout-required">
+                                    * Required Fields
+                                </div>
                             </div>
-                        </div>
-                        <h4>Billing Information</h4>
-
                         <div class="glm-reg-row glm-reg-bill-field">
                             <div class="glm-reg-checkout-field-label glm-small-12 glm-large-3 glm-columns glm-reg-nowrap{if $regAccount.fieldRequired.bill_fname} glm-reg-required{/if}">First Name{if $regAccount.fieldRequired.bill_fname} *{/if}</div>
                             <div class="glm-reg-checkout-field-data glm-small-12 glm-large-9 glm-columns{if $regAccount.fieldFail.bill_fname} glm-reg-fail{/if}"><input type="text" name="bill_fname" value="{$regAccount.fieldData.bill_fname}"{if $regAccount.fieldRequired.bill_fname} required{/if}></div>