diff options
| -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 |
