diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-02-09 19:02:51 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-02-09 19:02:51 +0000 |
| commit | 6f01de23038f5be0d1ae7eb4666a06b2ca42930b (patch) | |
| tree | 58872987b0fe65d82b2910cb4e3c30901ffb705b /admin_users.php | |
| parent | 5a6b26746c5e75dc611c801421ba398795950cb2 (diff) | |
| download | webtrees-6f01de23038f5be0d1ae7eb4666a06b2ca42930b.tar.gz webtrees-6f01de23038f5be0d1ae7eb4666a06b2ca42930b.tar.bz2 webtrees-6f01de23038f5be0d1ae7eb4666a06b2ca42930b.zip | |
Adjust title box for open/close column
Diffstat (limited to 'admin_users.php')
| -rw-r--r-- | admin_users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_users.php b/admin_users.php index ab96c336e5..917c9f6b30 100644 --- a/admin_users.php +++ b/admin_users.php @@ -696,7 +696,7 @@ if ($action == "listusers") { '<table id="list">', '<thead>', '<tr>', - '<th> </th>', + '<th style="margin:0 -2px 1px 1px; padding:3px 0 4px;"> </th>', '<th> user-id </th>', '<th>', WT_I18N::translate('User name'), '</th>', '<th>', WT_I18N::translate('Real name'), '</th>', |
