Skip to content
Snippets Groups Projects
Commit afecac1e authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix padding issues

parent 68f985f9
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</span> </span>
</td></tr> </td></tr>
</table> </table>
<hr style="margin-top:3em"/> <hr>
<p class="full-width"> <p class="full-width">
<span class="buttons" style="float:left"> <span class="buttons" style="float:left">
<input type="reset" value="Reset"> <input type="reset" value="Reset">
......
<h3><?php echo $user->getFullName() ?></h3> <h3><?php echo $user->getFullName() ?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a> <a class="close" href=""><i class="icon-remove-circle"></i></a>
<br> <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/> <hr/>
<form method="post" action="ajax.php/form/user-info/<?php <form method="post" action="ajax.php/form/user-info/<?php
echo $user->get('id'); ?>" onsubmit="javascript: echo $user->get('id'); ?>" onsubmit="javascript:
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
$form->render(); $form->render();
?> ?>
</table> </table>
<hr style="margin-top:3em"/> <hr>
<p class="full-width"> <p class="full-width">
<span class="buttons" style="float:left"> <span class="buttons" style="float:left">
<input type="reset" value="Reset"> <input type="reset" value="Reset">
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<input type="hidden" id="user-lookup-id" name="user_id" value=""/> <input type="hidden" id="user-lookup-id" name="user_id" value=""/>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<hr style="margin-top:3em"/> <hr>
<p class="full-width"> <p class="full-width">
<span class="buttons" style="float:left"> <span class="buttons" style="float:left">
<input type="button" value="Cancel" class="close"> <input type="button" value="Cancel" class="close">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment