Skip to content

Commit

Permalink
MDL-25834 fix for Overlay theme custom menu
Browse files Browse the repository at this point in the history
  • Loading branch information
John Stabinger committed Jan 17, 2011
1 parent 5a7f931 commit 2553bf6
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions theme/overlay/style/core.css
Expand Up @@ -218,10 +218,26 @@ h1.headermain {
-------------------------------*/ -------------------------------*/


#custommenu { #custommenu {
width: 70%; width: 60%;
float: left; float: left;
} }


/*YUI Reset */
/*full menu bar */
.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content {
background: none !important;
}
/*single items */
.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label {
background: none !important;
}
/*active items */
.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-active, .yui3-skin-sam .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content, .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-menuvisible {
background: #666 !important;
border-color:inherit;
}


div.yui3-menu-content { div.yui3-menu-content {
border: none !important; border: none !important;
} }
Expand All @@ -239,6 +255,7 @@ div.yui3-menu-content {
margin-left: 0px !important; margin-left: 0px !important;
padding-left: 0px !important; padding-left: 0px !important;
margin-right: 10px !important; margin-right: 10px !important;
padding-left: 5px !important;
} }


.yui3-menu-content li a:hover { .yui3-menu-content li a:hover {
Expand All @@ -248,18 +265,22 @@ div.yui3-menu-content {
div.custom_menu_submenu li a { div.custom_menu_submenu li a {
line-height: 30px; line-height: 30px;
text-shadow: none !important; text-shadow: none !important;
color: #333 !important; color: #fff !important;
margin-left: 5px !important; margin-left: 5px !important;
} }


.custom_menu_submenu {
background: #333;
}

div.firstdockitem { div.firstdockitem {
margin-top: 30px; margin-top: 30px;
} }


.headermenu .logininfo, .headermenu div, .headermenu form { .headermenu .logininfo, .headermenu .langmenu, .headermenu .langmenu div, .headermenu .langmenu form, .headermenu .langmenu select, .headermenu .langmenu label {
display: inline; display: inline !important;
} }


.headermenu .logininfo { .headermenu .logininfo {
padding-right: 5px; padding-right: 5px;
} }

0 comments on commit 2553bf6

Please sign in to comment.