diff options
author | Bill Marquette <billm@pfsense.org> | 2005-07-05 01:46:23 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-07-05 01:46:23 +0000 |
commit | 55e5eeb0344fff4ceb56be763efa2c05b0c31845 (patch) | |
tree | cd989d0eedec627492664bb093ee92893cdaa001 /usr | |
parent | 411528e9713b6b618ca59e2c70e08a2d0007df11 (diff) | |
download | pfsense-55e5eeb0344fff4ceb56be763efa2c05b0c31845.zip pfsense-55e5eeb0344fff4ceb56be763efa2c05b0c31845.tar.gz |
Change menu to use CSS
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 | ||||
-rwxr-xr-x | usr/local/www/gui.css | 6 |
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%; +} |