MDL-33167 theme_afterburner: added z-index to fix issue with yui3-widget when adding activity or resourse using new feature dialogue box

This commit is contained in:
Mary Evans 2012-05-22 03:05:42 +01:00
parent 4f7f2a8828
commit 228408475c

View File

@ -451,3 +451,6 @@ tab styles for ie6 & ie7
.yui-skin-sam .yui-panel-container {
z-index: 999999!important;
}
body#page-course-view-topics.path-course div.moodle-dialogue-base div.yui3-widget{
z-index: 600!important;
}