diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/admin/admin_ban.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/admin_ban.php b/phpBB/admin/admin_ban.php index d72d779d7e..e5fe736f3f 100644 --- a/phpBB/admin/admin_ban.php +++ b/phpBB/admin/admin_ban.php @@ -545,11 +545,11 @@ function display_details(option) </tr> <tr> <td class="row2" width="45%"><?php echo $user->lang['BAN_REASON']; ?>:</td> - <td class="row1"><input type="text" name="unbanreason" size="40" /></td> + <td class="row1"><input class="row1" style="border:0px" type="text" name="unbanreason" size="40" /></td> </tr> <tr> <td class="row2" width="45%"><?php echo $user->lang['BAN_LENGTH']; ?>:</td> - <td class="row1"><input type="text" name="unbanlength" size="40" /></td> + <td class="row1"><input class="row1" style="border:0px" type="text" name="unbanlength" size="40" /></td> </tr> <tr> <td class="cat" colspan="2" align="center"><input type="submit" name="unbansubmit" value="<?php echo $user->lang['SUBMIT']; ?>" class="mainoption" /> <input type="RESET" value="<?php echo $user->lang['RESET']; ?>" class="liteoption" /></td> |