summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-05 19:38:57 -0500
committersullrich <sullrich@pfsense.org>2009-12-05 19:38:57 -0500
commit9080cb52f0a18406e923c39741c8a24b41b95de4 (patch)
treedb9b16225ca160600466dc4c4bbe2e3e58faf159 /usr
parentfd87c9287aa241892bc7aabebe4ce8c82fa0ea61 (diff)
downloadpfsense-9080cb52f0a18406e923c39741c8a24b41b95de4.zip
pfsense-9080cb52f0a18406e923c39741c8a24b41b95de4.tar.gz
Make td cell class vncell. Add whitespace between save button and table
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_dns.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index 6bffb5a..f2a0d37 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -90,13 +90,13 @@ include("head.inc"); ?>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>">
<? if ($resolved && $type) { ?>
- = <?php echo $resolved; ?>
+ = <font size="+1"><?php echo $resolved; ?><font size="-1>">
<? } ?>
</td>
</tr>
<?php if (!$input_errors && $ipaddr) { ?>
<tr>
- <td width="22%" valign="top">More Information:</td>
+ <td width="22%" valign="top" class="vncell">More Information:</td>
<td width="78%" class="vtable">
NOTE: These links are to external services, so their reliability cannot be guaranteed.<br/><br/>
<a href="http://private.dnsstuff.com/tools/whois.ch?ip=<?php echo $ipaddr; ?>">IP WHOIS @ DNS Stuff</a><br />
@@ -104,6 +104,7 @@ include("head.inc"); ?>
</td>
</tr>
<?php } ?>
+ <tr><td>&nbsp;</td></tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud