MDL-42589: Fix file picker display in ie9/ie10

CSS change to fix blank file picker bug in IE.
This commit is contained in:
Damyon Wiese 2013-10-29 13:21:43 +08:00 committed by Sam Hemelryk
parent 63950e4d0b
commit 4562fdc240
3 changed files with 1 additions and 3 deletions

View File

@ -1016,7 +1016,6 @@ sup {vertical-align: super;}
}
.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
overflow: auto;
padding: 1em;
line-height: 2em;
color: #555;

View File

@ -1487,7 +1487,6 @@ audio.mediaplugin_html5audio {
right: auto;
}
.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
overflow: auto;
padding: 1em;
line-height: 2em;
color: #555;

File diff suppressed because one or more lines are too long