Updating view files
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 27 Dec 2018 21:04:28 +0000 (16:04 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 27 Dec 2018 21:04:28 +0000 (16:04 -0500)
For spacing

views/admin/billing/invoices.html
views/admin/billing/invoicing.html
views/admin/billing/payments.html
views/admin/billing/reports.html

index 65189f6..16f301c 100644 (file)
@@ -51,7 +51,7 @@
         <table class="wp-list-table widefat fixed posts glm-admin-table">
             <thead>
                 <tr>
-                    <th style="width: 150px;">Member Name</th>
+                    <th>Member Name</th>
                     <th>Invoice For</th>
                     <th style="width: 150px;">Time</th>
                     <th style="width: 70px;">Due Date</th>
index eefa861..ca17fcf 100644 (file)
@@ -75,9 +75,9 @@
             <thead>
                 <tr>
                     <th> Member Name </th>
-                    <th> Account Number </th>
-                    <th> Payment Type </th>
-                    <th> Balance Due </th>
+                    <th style="width: 200px;"> Account Number </th>
+                    <th style="width: 200px;"> Payment Type </th>
+                    <th style="width: 100px;"> Balance Due </th>
                 </tr>
             </thead>
             {foreach $accounts as $t}
index d1a9749..6c257b8 100644 (file)
@@ -41,7 +41,7 @@
         <table class="wp-list-table widefat fixed posts glm-admin-table">
             <thead>
                 <tr>
-                    <th style="width: 150px;">Member Name</th>
+                    <th>Member Name</th>
                     <th>Time</th>
                     <th>Amount</th>
                     <th>Payment Method</td>
index 1536c0c..02dd49a 100644 (file)
@@ -75,9 +75,9 @@
                 <thead>
                     <tr>
                         <th> Member Name </th>
-                        <th> Account Number </th>
-                        <th> Payment Type </th>
-                        <th> Balance Due </th>
+                        <th style="width: 200px;"> Account Number </th>
+                        <th style="width: 200px;"> Payment Type </th>
+                        <th style="width: 100px;"> Balance Due </th>
                     </tr>
                 </thead>
                 {foreach $accounts as $t}