summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-05 01:46:23 +0000
committerBill Marquette <billm@pfsense.org>2005-07-05 01:46:23 +0000
commit55e5eeb0344fff4ceb56be763efa2c05b0c31845 (patch)
treecd989d0eedec627492664bb093ee92893cdaa001 /usr/local/www
parent411528e9713b6b618ca59e2c70e08a2d0007df11 (diff)
downloadpfsense-55e5eeb0344fff4ceb56be763efa2c05b0c31845.zip
pfsense-55e5eeb0344fff4ceb56be763efa2c05b0c31845.tar.gz
Change menu to use CSS
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/fbegin.inc2
-rwxr-xr-xusr/local/www/gui.css6
2 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 2a1000a..c20b30f 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -79,7 +79,7 @@ function showhide_black(tspan, tri) {
<td><div id="niftyMenuTop"></div></td>
</tr>
</table>
- <table width="100%" border="0" cellpadding="6" cellspacing="0" bgcolor="#000000">
+ <table class="menu">
<tr>
<td nowrap><span class="navlnk"><font color="#FFFFFF"> <strong>System</strong>
<br>
diff --git a/usr/local/www/gui.css b/usr/local/www/gui.css
index 90ca68c..6b6ee7c 100755
--- a/usr/local/www/gui.css
+++ b/usr/local/www/gui.css
@@ -335,3 +335,9 @@ ul#tabnav li.tabact {
padding: 0;
white-space: nowrap;
}
+.menu {
+ background-color: #000000;
+ white-space: nowrap;
+ width: 100%;
+ height: 100%;
+}
OpenPOWER on IntegriCloud