diff options
author | Erik Kristensen <ekristen@pfsense.org> | 2005-07-25 22:50:54 +0000 |
---|---|---|
committer | Erik Kristensen <ekristen@pfsense.org> | 2005-07-25 22:50:54 +0000 |
commit | 6c3c44158a11a215748fb3cd002d94afa5d634e2 (patch) | |
tree | e26cfc442870b9ee6b03b3464afd826d5c187ee8 /usr/local | |
parent | 6ac2dcdb515d226cd4f95ae5bdd4fbd810a2032b (diff) | |
download | pfsense-6c3c44158a11a215748fb3cd002d94afa5d634e2.zip pfsense-6c3c44158a11a215748fb3cd002d94afa5d634e2.tar.gz |
added rounded footer to dropdowns
removed underline of links in dropdowns
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 6e69b53..4bddd93 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -19,6 +19,10 @@ form input { font-size: 1.1em; } +iframe { + border: 0px; +} + /* ID Based CSS Definitions */ #wrapper { @@ -170,11 +174,13 @@ form input { position: absolute; top: 2em; left: -2px; - width: 8.9em; + width: 9em; font-weight: normal; background: transparent bottom left no-repeat; /* This is key to making the menu maintain visibility when not on a link */ background-color: #202020; - padding: 0em 0 0em 0; + background: url("images/menu_footer.gif") no-repeat; + background-position: bottom; + padding: 0em 0 0.4em 0; padding-top: 0.3em; } /* to override top and left in browsers other than IE */ @@ -215,9 +221,8 @@ form input { background: url('images/metal_bgr_red.gif') repeat-x; } - #navigation ul li ul li a.navlnk:hover { - text-decoration: underline; + text-decoration: none; } #navigation ul li.first { border-right: 0px; |