Align right the th labels
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 19 Mar 2018 16:35:59 +0000 (12:35 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 19 Mar 2018 16:35:59 +0000 (12:35 -0400)
Text alignment for the add or edit labels.

views/admin/settings/invoiceTypes.html

index 4bfb0d5..76d46a6 100644 (file)
         <input type="hidden" name="option" value="addNew">
         <table class="glm-admin-table">
             <tr>
-                <th class="glm-required">Invoice Type Name</th>
+                <th class="glm-required" style="text-align: right;">Invoice Type Name</th>
                 <td>
                     <input type="text" name="name" class="glm-form-text-input" required>
                 </td>
             </tr>
             <tr>
-                <th class="glm-required">Parent</th>
+                <th class="glm-required" style="text-align: right;">Parent</th>
                 <td>
                     <select name="parent">
                         <option value="0">(none)</option>
@@ -31,7 +31,7 @@
                 </td>
             </tr>
             <tr>
-                <th>Member Type</th>
+                <th style="text-align: right;">Member Type</th>
                 <td>
                     <select name="member_type">
                         <option value="0">(none)</option>
                 </td>
             </tr>
             <tr>
-                <th class="glm-required">Amount:Numbers only<br> (999.99)</th>
+                <th class="glm-required" style="text-align: right;">Amount:Numbers only<br> (999.99)</th>
                 <td>
                     <input type="text" name="amount" class="glm-form-text-input" required>
                 </td>
             </tr>
             <tr>
-                <th>Recurring:</th>
+                <th style="text-align: right;">Recurring:</th>
                 <td>
                     <input type="hidden" name="recurring" class="glm-form-text-input" value="0">
                     <input type="checkbox" name="recurring" class="glm-form-text-input" value="1">
                 </td>
             </tr>
             <tr>
-                <th>Recurrence:</th>
+                <th style="text-align: right;">Recurrence:</th>
                 <td>
                     <select name="recurrence">
                         <option value="">(none)</option>
                 </td>
             </tr>
             <tr>
-                <th>Member Type</th>
+                <th style="text-align: right;">Member Type</th>
                 <td>
                     <select id="edit-member_type" name="member_type">
                         <option value="0">(none)</option>