Browse Source

Update show_users.php

Adjokip 9 years ago
parent
commit
da09baf7fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/user_admin/show_users.php

+ 1 - 1
modules/user_admin/show_users.php

@@ -82,7 +82,7 @@ function exec_ogp_module() {
 			</tr>
 		</table>';
 
-    echo '<table class="userListTable center" style="width: 100%;margin-top:100px;">';
+    echo '<table class="userListTable center" style="width: 100%;margin-top:50px;">';
     echo '<tr><th>'.get_lang('actions')."</th><th>".get_lang('username')."</th>";
     echo "<th>".get_lang('user_role')."</th>";
     echo "<th>".get_lang('email_address')."</th>";