Merge branch 'MDL-39355-m-2' of git://github.com/andrewnicols/moodle

This commit is contained in:
Sam Hemelryk 2013-05-01 10:24:13 +12:00
commit fdba83df89
2 changed files with 6 additions and 1 deletions

View File

@ -1497,6 +1497,11 @@ audio.mediaplugin_html5audio {
.moodle-dialogue .tooltiptext {
max-height: 300px;
}
+.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
z-index: 3001;
}
/* Question Bank - Question Chooser "Close" button */
#page-question-edit.dir-rtl a.container-close {
right: auto;

File diff suppressed because one or more lines are too long