From afecac1ec9dce118eca4336bd7664b38f6532935 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@enhancesoft.com>
Date: Fri, 15 Nov 2013 23:40:33 +0000
Subject: [PATCH] Fix padding issues

---
 include/staff/templates/dynamic-field-config.tmpl.php | 2 +-
 include/staff/templates/user-info.tmpl.php            | 4 ++--
 include/staff/templates/user-lookup.tmpl.php          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/staff/templates/dynamic-field-config.tmpl.php b/include/staff/templates/dynamic-field-config.tmpl.php
index 4a0703b30..a295041c4 100644
--- a/include/staff/templates/dynamic-field-config.tmpl.php
+++ b/include/staff/templates/dynamic-field-config.tmpl.php
@@ -66,7 +66,7 @@
         </span>
         </td></tr>
         </table>
-        <hr style="margin-top:3em"/>
+        <hr>
         <p class="full-width">
             <span class="buttons" style="float:left">
                 <input type="reset" value="Reset">
diff --git a/include/staff/templates/user-info.tmpl.php b/include/staff/templates/user-info.tmpl.php
index 572f396df..09b99b727 100644
--- a/include/staff/templates/user-info.tmpl.php
+++ b/include/staff/templates/user-info.tmpl.php
@@ -1,7 +1,7 @@
 <h3><?php echo $user->getFullName() ?></h3>
 <a class="close" href=""><i class="icon-remove-circle"></i></a>
 <br>
-<div><p id="msg_info"><i class="icon-info-sign"></i> Please note that updates will be reflected system-wide.</p></div>
+<div><p id="msg_info"><i class="icon-info-sign"></i>&nbsp; Please note that updates will be reflected system-wide.</p></div>
 <hr/>
 <form method="post" action="ajax.php/form/user-info/<?php
         echo $user->get('id'); ?>" onsubmit="javascript:
@@ -27,7 +27,7 @@
             $form->render();
     ?>
     </table>
-    <hr style="margin-top:3em"/>
+    <hr>
     <p class="full-width">
         <span class="buttons" style="float:left">
             <input type="reset" value="Reset">
diff --git a/include/staff/templates/user-lookup.tmpl.php b/include/staff/templates/user-lookup.tmpl.php
index b969e64ac..ad9b5ae01 100644
--- a/include/staff/templates/user-lookup.tmpl.php
+++ b/include/staff/templates/user-lookup.tmpl.php
@@ -21,7 +21,7 @@
 <input type="hidden" id="user-lookup-id" name="user_id" value=""/>
 <div class="clear"></div>
 </div>
-    <hr style="margin-top:3em"/>
+    <hr>
     <p class="full-width">
         <span class="buttons" style="float:left">
             <input type="button" value="Cancel" class="close">
-- 
GitLab