Skip to content

Commit

Permalink
MDL-39355: Correct the z-index for moodle-dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 1, 2013
1 parent b72d78d commit 323aa32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions theme/bootstrapbase/less/moodle/core.less
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 323aa32

Please sign in to comment.