Removing extra margin at checkboxes in checkout page
authorlaury <laury@gaslightmedia.com>
Wed, 27 Dec 2017 19:09:31 +0000 (14:09 -0500)
committerlaury <laury@gaslightmedia.com>
Wed, 27 Dec 2017 19:09:40 +0000 (14:09 -0500)
css/front.css
views/front/registrations/cartSummary.html
views/front/registrations/checkout.html

index 5e84bbe..75be001 100644 (file)
@@ -368,6 +368,9 @@ label.glm-reg-terms-label{
 }
 .glm-reg-terms input[type='checkbox']{
 
+}
+.glm-reg-event-terms .glm-reg-terms {
+    margin: 0;
 }
 .glm-reg-level-registrant-name {
 }
index d8aaa44..9666bfc 100644 (file)
 {/if}
         <div class="glm-reg-row glm-reg-row-bold">
             <div class="glm-small-8 glm-medium-8 glm-column glm-reg-right">
-                Total {$terms.reg_term_attendee}: {$cart.totalRegistrants}
+                Total {$terms.reg_term_attendee_plur}: {$cart.totalRegistrants}
             </div>
             <div class="glm-small-4 glm-medium-4 glm-column glm-reg-right">
                 ${$cart.totalCharges|number_format:2}
index 71a9b2f..86157af 100644 (file)
                     <div class="glm-row">
                         <div class="glm-large-1">&nbsp;</div>
                         <div class="glm-columns glm-reg-event-terms">
-                            <h5>General Registrations Terms and Conditions:</h5>
+                            <h5>General {$terms.reg_term_registration_plur_cap} Terms and Conditions:</h5>
                             <input class="glm-reg-terms" id="terms" type="checkbox" name="terms" value="accept" required><label class="glm-reg-terms-label" for="terms"> {$globalTerms}</label><br>
                         </div>
                     </div>
 
             <div class="glm-right" style="white-space; nowrap;">
                 <!--<span class="glm-reg-warning">You have one more step to complete your registration!</span> <img src="{$assetUrl}/fingerRightRed.svg" style="height: 2em;">--> 
-                <input id="regSubmitButton" type="submit" value="Submit Registration Request" class="button glm-reg-button">
+                <input id="regSubmitButton" type="submit" value="Submit {$terms.reg_term_registration_cap} Request" class="button glm-reg-button">
             </div>
 
         </form>