From 02c817def043a0a7ec40f12f75082996b610636e Mon Sep 17 00:00:00 2001
From: Nathan Febuary <nathan@bedheadcreative.com>
Date: Fri, 7 Aug 2015 10:30:21 -0500
Subject: [PATCH] Table changes to users.tmpl.php

---
 include/staff/templates/users.tmpl.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/staff/templates/users.tmpl.php b/include/staff/templates/users.tmpl.php
index 2e59879eb..7d56f26ef 100644
--- a/include/staff/templates/users.tmpl.php
+++ b/include/staff/templates/users.tmpl.php
@@ -79,11 +79,11 @@ if ($num) { ?>
  <table class="list" border="0" cellspacing="1" cellpadding="0" width="940">
     <thead>
         <tr>
-            <th width="7px">&nbsp;</th>
-            <th width="350"><?php echo __('Name'); ?></th>
-            <th width="300"><?php echo __('Email'); ?></th>
-            <th width="100"><?php echo __('Status'); ?></th>
-            <th width="100"><?php echo __('Created'); ?></th>
+            <th width="4%">&nbsp;</th>
+            <th width="38%"><?php echo __('Name'); ?></th>
+            <th width="35%"><?php echo __('Email'); ?></th>
+            <th width="8%"><?php echo __('Status'); ?></th>
+            <th width="15%"><?php echo __('Created'); ?></th>
         </tr>
     </thead>
     <tbody>
@@ -99,7 +99,7 @@ if ($num) { ?>
                     $sel=true;
                 ?>
                <tr id="<?php echo $row['id']; ?>">
-                <td width=7px>
+                <td align="center">
                   <input type="checkbox" class="ckb" name="ids[]"
                     value="<?php echo $row['id']; ?>" <?php echo $sel?'checked="checked"':''; ?> >
                 </td>
-- 
GitLab