diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 07:16:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 07:16:11 +0000 |
commit | 2e6f53a0e45d8cda78b946bf81e481f415e7f4df (patch) | |
tree | 58243542332db19ffb3487845aed361d99ac7eed /packages/tinydns | |
parent | 619a6f3a161ad740a3319c6364dc86c55cefab09 (diff) | |
download | pfsense-packages-2e6f53a0e45d8cda78b946bf81e481f415e7f4df.tar.gz pfsense-packages-2e6f53a0e45d8cda78b946bf81e481f415e7f4df.tar.bz2 pfsense-packages-2e6f53a0e45d8cda78b946bf81e481f415e7f4df.zip |
Readjust header percentages
Diffstat (limited to 'packages/tinydns')
-rw-r--r-- | packages/tinydns/tinydns_status.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php index 8c55e7d1..e4fcd474 100644 --- a/packages/tinydns/tinydns_status.php +++ b/packages/tinydns/tinydns_status.php @@ -79,10 +79,10 @@ if(strstr($pfSversion, "1.2")) <td class="tabcont" > <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> - <td width="80%" class="listhdrr">IP</td> - <td width="10%" class="listhdrr">Status</td> - <td width="10%" class="listhdrr">In Service</td> - <td width="10%" class="listhdrr">Response time</td> + <td width="55%" class="listhdrr">IP</td> + <td width="15%" class="listhdrr">Status</td> + <td width="15%" class="listhdrr">In Service</td> + <td width="25%" class="listhdrr">Response time</td> </tr> <?php |