diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-10-28 03:46:11 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-10-28 03:46:11 +0000 |
| commit | 28c0119aeb9e05d52601f4c977afaee26ad0008a (patch) | |
| tree | 04a3c79b8725c1e94a45d5abef1cd254c14f4630 | |
| parent | 1673bbc14d73bc07180c4b1177865169969ad82a (diff) | |
| download | webtrees-28c0119aeb9e05d52601f4c977afaee26ad0008a.tar.gz webtrees-28c0119aeb9e05d52601f4c977afaee26ad0008a.tar.bz2 webtrees-28c0119aeb9e05d52601f4c977afaee26ad0008a.zip | |
Change of icon position, and minor correction to html
| -rw-r--r-- | themes/webtrees/style.css | 1 | ||||
| -rw-r--r-- | useradmin.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 654198c9d8..abaa6befac 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -998,6 +998,7 @@ h4 { .descriptionbox .icon { width: 15px; + vertical-align:middle; } /* Style for the optionbox */ diff --git a/useradmin.php b/useradmin.php index c82497f64d..6ad4333f1a 100644 --- a/useradmin.php +++ b/useradmin.php @@ -297,7 +297,6 @@ if ($action=="edituser") { <td class="optionbox wrap"><input type="text" name="emailaddress" dir="ltr" value="<?php echo getUserEmail($user_id); ?>" size="50" /></td> </tr> <tr> - <tr> <td class="descriptionbox wrap"><?php echo i18n::translate('Preferred contact method'), help_link('useradmin_user_contact'); ?></td> <td class="optionbox wrap"> <?php |
