MDL-33167 theme_afterburner: added z-index to fix issue with yui3-widget when adding...
authorMary Evans <lazydaisy@visible-expression.co.uk>
Tue, 22 May 2012 02:05:42 +0000 (03:05 +0100)
committerMary Evans <lazydaisy@visible-expression.co.uk>
Tue, 22 May 2012 02:05:42 +0000 (03:05 +0100)
theme/afterburner/style/afterburner_styles.css

index 7c90524..3b51251 100644 (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;
+}
\ No newline at end of file