mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make white space consistent between save button and bottom of table
This commit is contained in:
parent
0dd69fb20a
commit
306f082ae0
@ -378,6 +378,9 @@ include("head.inc");
|
||||
</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="list" height="12"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%">
|
||||
|
||||
@ -352,6 +352,9 @@ function prot_change() {
|
||||
<span class="vexpl">Changes to this option will take effect after a reboot.</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="list" height="12"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%"><input name="Submit" type="submit" class="formbtn" value="Save" /></td>
|
||||
|
||||
@ -210,6 +210,9 @@ function enable_change(enable_over) {
|
||||
This option will suppress ARP messages when interfaces share the same physical network</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="list" height="12"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%"><input name="Submit" type="submit" class="formbtn" value="Save" /></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user