Skip to content

Commit 1221e9f

Browse files
author
Kristan Kenney
committed
Fix spacing between buttons on Edit Mail Domain screen
1 parent 894020b commit 1221e9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/templates/admin/edit_mail.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl" <?php if ($v_ssl == 'yes') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"><?php print _('SSL Support');?></label>
117117
</td>
118118
</tr>
119-
<tr>
120-
<td class="step-left">
121-
<table style="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ;" id="ssltable">
119+
<tr id="ssltable" style="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ;" class="step-left">
120+
<td>
121+
<table>
122122
<tr>
123123
<td class="input-label vst-text">
124124
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letsencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.MAIL.toggle_letsencrypt(this)"><?php print _('Lets Encrypt Support');?></label>
@@ -234,7 +234,7 @@
234234
</td>
235235
</tr>
236236
<tr>
237-
<td class="vst-text">
237+
<td class="vst-text input-label">
238238
<label>
239239
<input type="checkbox" size="20" class="vst-checkbox" name="v_smtp_relay" <?php if ($v_smtp_relay == 'true') echo "checked=yes"; ?> onclick="javascript:elementHideShow('smtp_relay_table');"><?php print _('SMTP Relay');?>
240240
</label>

0 commit comments

Comments
 (0)