MDL-39355: Correct the z-index for moodle-dialogue

This commit is contained in:
Andrew Nicols 2013-05-01 18:34:04 +01:00
parent b72d78d847
commit 323aa3248c
2 changed files with 3 additions and 4 deletions

View File

@ -1340,8 +1340,7 @@ audio.mediaplugin_html5audio {
margin: 0;
background: none;
border: none;
/* Override the z-index set incorrectly by the YUI dialogue */
z-index: 600!important;
z-index: 600;
}
.moodle-dialogue-base .moodle-dialogue-wrap {
margin-top: -3px;
@ -1498,7 +1497,7 @@ audio.mediaplugin_html5audio {
max-height: 300px;
}
+.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
z-index: 3001;
}

File diff suppressed because one or more lines are too long