Skip to content

Commit

Permalink
MDL-34957 theme_base: made small change to custommenu CSS in style/co…
Browse files Browse the repository at this point in the history
…re.css to fix vertical arrow overlap in menu item
  • Loading branch information
Mary Evans committed Aug 19, 2012
1 parent 76c9fcc commit a185394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/base/style/core.css
Expand Up @@ -600,7 +600,7 @@ body.tag .managelink {padding: 5px;}
#custommenu .yui3-menu-horizontal .yui3-menu-label,
#custommenu .yui3-menu-horizontal .yui3-menu-content {background-image:none;background-position:right center;background-repeat:no-repeat;}
#custommenu .yui3-menu-label,
#custommenu .yui3-menu .yui3-menu .yui3-menu-label {background-image:url([[pix:theme|vertical-menu-submenu-indicator]]);}
#custommenu .yui3-menu .yui3-menu .yui3-menu-label {background-image:url([[pix:theme|vertical-menu-submenu-indicator]]); padding-right: 20px;}
#custommenu .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {background-image:url([[pix:theme|horizontal-menu-submenu-indicator]]);}

/**
Expand Down

0 comments on commit a185394

Please sign in to comment.