Skip to content

Commit 2461f9c

Browse files
author
Kristan Kenney
committed
Fix auto-reply text box alignment
1 parent c3a87c4 commit 2461f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/admin/edit_mail_acc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</td>
116116
</tr>
117117
<tr>
118-
<td class="step-left">
118+
<td>
119119
<table style="display:<?php if ($v_autoreply == 'yes') { echo 'block';} else {echo 'none';}?> ;" id="autoreplytable">
120120
<tr>
121121
<td class="vst-text" style="padding: 12px 0 0 0;">
@@ -124,7 +124,7 @@
124124
</tr>
125125
<tr>
126126
<td>
127-
<textarea size="20" class="vst-textinput" name="v_autoreply_message"><?=htmlentities(trim($v_autoreply_message, "'"))?></textarea>
127+
<textarea size="20" class="vst-textinput short" name="v_autoreply_message"><?=htmlentities(trim($v_autoreply_message, "'"))?></textarea>
128128
</td>
129129
</tr>
130130
</table>

0 commit comments

Comments
 (0)