summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-05 02:15:02 +0000
committerBill Marquette <billm@pfsense.org>2005-07-05 02:15:02 +0000
commit9b77a48327568c2b369c430cf99cf128bd47bd51 (patch)
treeed77761b14fd52beaa25be9bb01d07431444d698 /usr/local/www
parent37f59800990cd981642ad2b3adcf138e90df8a14 (diff)
downloadpfsense-9b77a48327568c2b369c430cf99cf128bd47bd51.zip
pfsense-9b77a48327568c2b369c430cf99cf128bd47bd51.tar.gz
partially fix IE...still missing bottom rounds on left menu
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/fbegin.inc10
-rwxr-xr-xusr/local/www/gui.css1
2 files changed, 7 insertions, 4 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 4525f5c..0259ac3 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -73,10 +73,10 @@ function showhide_black(tspan, tri) {
</td>
</tr>
<tr valign="top" height="100%">
- <td width="150" height="100%">
+ <td valign="top" width="150" height="100%">
<div id="niftyMenu">
<table class="menu">
- <tr>
+ <tr valign="top">
<td nowrap><span class="navlnk"><font color="#FFFFFF"> <strong>System</strong>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/system_advanced.php" class="navlnk">Advanced</a><br>
@@ -172,7 +172,9 @@ function showhide_black(tspan, tri) {
</span>
</font></span>
</td>
- </tr></table></div>
-</td>
+ </tr>
+ </table>
+ </div>
+ </td>
<td width="600"><table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr><td>
diff --git a/usr/local/www/gui.css b/usr/local/www/gui.css
index 354742a..23e8b2a 100755
--- a/usr/local/www/gui.css
+++ b/usr/local/www/gui.css
@@ -345,4 +345,5 @@ ul#tabnav li.tabact {
padding: 0px 5px 0px 5px;
width: 100%;
height: 100%;
+ vertical-align: top;
}
OpenPOWER on IntegriCloud