fix buttons.

SVN revision: 51245
This commit is contained in:
Andres Blanc 2010-08-17 10:37:13 +00:00
parent 0086a6b21a
commit 88f73f165c
3 changed files with 16 additions and 10 deletions

View File

@ -14,7 +14,7 @@
#header ul.menu li a { display: inline-block; vertical-align: top; text-align: center; }
#header ul.menu li { margin-left: 16px; }
#header ul.menu a { text-decoration: none; }
#header ul.menu span { display: inline-block; height: 54px; line-height: 54px; color: #333333; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; font-size: 12px; letter-spacing: -1px; text-transform: uppercase; }
#header ul.menu span { display: inline-block; height: 54px; line-height: 54px; color: #444444; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; font-size: 12px; letter-spacing: -1px; text-transform: uppercase; }
#header ul.menu li.index { float: left; position: relative; margin-left: 0; }
#header ul.menu li.index span { background: black; height: 72px; line-height: 72px; width: 110px; color: #f3f3f3; }
#header ul.submenu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; }
@ -22,7 +22,7 @@
#header ul.submenu li a { display: inline-block; vertical-align: top; text-align: center; }
#header ul.submenu li { margin-left: 16px; }
#header ul.submenu a { text-decoration: none; }
#header ul.submenu span { line-height: 36px; color: #333333; font-size: 11px; text-transform: capitalize; }
#header ul.submenu span { line-height: 36px; color: #444444; font-size: 11px; text-transform: capitalize; }
/* ******************* Changes to the Original Stylesheet ****************** */
body { background: #f3f3f3; }
@ -35,4 +35,4 @@ body { background: #f3f3f3; }
table.main h1, td.main { margin-top: 0; padding-top: 0; }
p { color: #333333; }
p { color: #444444; }

View File

@ -17,7 +17,7 @@
#header ul.menu li a:hover { background: url("/ti/header_menu_hover_background.png") no-repeat center top; }
#header ul.menu li a:hover span { color: #f3f3f3; background: url("/ti/header_menu_hover_background_left.png") no-repeat; }
#header ul.menu li.current a { background: url("/ti/header_menu_current_background.png") no-repeat; }
#header ul.menu li.current a span { font-weight: bold; color: #333333; }
#header ul.menu li.current a span { font-weight: bold; color: #444444; }
#header ul.menu li.current a:hover span { background: none; }
#header ul.menu li.index { float: left; height: 63px; margin: 0; }
#header ul.menu li.index a { height: 63px; line-height: 63px; width: 63px; background: url("/ti/logo.png") no-repeat; }
@ -28,10 +28,10 @@
#header ul.submenu li { display: inline-block; letter-spacing: normal; }
#header ul.submenu li a { display: inline-block; vertical-align: top; text-align: center; }
#header ul.submenu li { margin-right: 17px; }
#header ul.submenu li a { text-decoration: none; color: #888888; }
#header ul.submenu li a { text-decoration: none; color: #999999; }
#header ul.submenu li a span { line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; }
#header ul.submenu li a:hover span { color: #333333; }
#header ul.submenu li.selected a { color: #666666; text-decoration: underline; }
#header ul.submenu li a:hover span { color: #444444; }
#header ul.submenu li.selected a { color: #777777; text-decoration: underline; }
#header div.menu { height: 63px; }
#header div.menu .layout { background: url("/ti/header_menu_background.png"); }
#header div.submenu { height: 36px; margin-bottom: 36px; }
@ -45,4 +45,8 @@
table.main h1, td.main { margin-top: 0; padding-top: 0; }
p { color: #333333; }
p { color: #444444; }
table.b { line-height: 1; }
#sitefooter p { text-align: center; padding-top: 18px; font-size: 11px; }

View File

@ -1,8 +1,10 @@
/* Transparent PNGs. Use specific selectors (id, classes) to avoid slowdowns */
/* Transparent PNGs */
img { behavior: url("/theme/img/ie/iepngfix.htc"); }
/* IE6 and 7 do not support inline-block for block elements like <li> */
#header ul.menu li, #header ul.submenu li { display: inline; }
/* Move submenu 1 line in IE6 */
* html #header div.submenu { margin-top: -18px; }
/** html #header div.submenu
{ margin-top: -$line;
}*/