mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Theme fix for magazine, MDL-24392
This commit is contained in:
parent
4892b7c4d3
commit
7d73180fa1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user