From 27d36445a9322479e7e086e2b74f2b8ade97cdd0 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 19 Aug 2012 01:34:15 +0100 Subject: [PATCH] MDL-34957 theme_base: made small change to custommenu CSS in style/core.css to fix vertical arrow overlap in menu item --- theme/base/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 15659a93729..69be86e0a7e 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -508,7 +508,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]]);} /**