From 7d73180fa1988f00f0ecbb4e2cd59eacfba11d26 Mon Sep 17 00:00:00 2001 From: john St Date: Sun, 3 Oct 2010 02:02:20 +0000 Subject: [PATCH] Theme fix for magazine, MDL-24392 --- theme/magazine/style/core.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme/magazine/style/core.css b/theme/magazine/style/core.css index 7b3e8637f80..653349ce930 100644 --- a/theme/magazine/style/core.css +++ b/theme/magazine/style/core.css @@ -522,7 +522,7 @@ div.yui3-menu.custom_menu_submenu div.yui3-menu.custom_menu_submenu { div.yui3-menu.custom_menu_submenu div.yui3-menu-content { background: #fff; z-index: 99999; - width: 200px; + min-width: 200px; padding-top: 0 !important; padding-bottom: 0 !important; margin: 20px 0px 0px -40px; @@ -533,8 +533,7 @@ div.yui3-menu.custom_menu_submenu div.yui3-menu-content { div.yui3-menu.custom_menu_submenu div.yui3-menu-content div.yui3-menu.custom_menu_submenu div.yui3-menu-content { margin-left: -400px !important; /** double the width of the menu item **/ - width: 200px; - position: relative; + position: absolute; top: -15px; }