mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-42340-master' of git://github.com/andrewnicols/moodle
Conflicts: lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
6f4747d7b4
@ -260,7 +260,6 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
'bottom' : null});
|
||||
|
||||
content = Y.one('#' + this.get('id') + ' .' + CSS.BODY);
|
||||
content.setStyle('overflow', 'auto');
|
||||
} else {
|
||||
if (this.get('responsive')) {
|
||||
// We must reset any of the fullscreen changes.
|
||||
@ -268,8 +267,6 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
.setStyles({'width' : this.get('width'),
|
||||
'height' : this.get('height')});
|
||||
content = Y.one('#' + this.get('id') + ' .' + CSS.BODY);
|
||||
content.setStyle('overflow', 'inherit');
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
@ -260,7 +260,6 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
'bottom' : null});
|
||||
|
||||
content = Y.one('#' + this.get('id') + ' .' + CSS.BODY);
|
||||
content.setStyle('overflow', 'auto');
|
||||
} else {
|
||||
if (this.get('responsive')) {
|
||||
// We must reset any of the fullscreen changes.
|
||||
@ -268,8 +267,6 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
.setStyles({'width' : this.get('width'),
|
||||
'height' : this.get('height')});
|
||||
content = Y.one('#' + this.get('id') + ' .' + CSS.BODY);
|
||||
content.setStyle('overflow', 'inherit');
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
3
lib/yui/src/notification/js/dialogue.js
vendored
3
lib/yui/src/notification/js/dialogue.js
vendored
@ -229,7 +229,6 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
'bottom' : null});
|
||||
|
||||
content = Y.one('#' + this.get('id') + ' .' + CSS.BODY);
|
||||
content.setStyle('overflow', 'auto');
|
||||
} else {
|
||||
if (this.get('responsive')) {
|
||||
// We must reset any of the fullscreen changes.
|
||||
@ -237,8 +236,6 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
.setStyles({'width' : this.get('width'),
|
||||
'height' : this.get('height')});
|
||||
content = Y.one('#' + this.get('id') + ' .' + CSS.BODY);
|
||||
content.setStyle('overflow', 'inherit');
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -949,6 +949,9 @@ sup {vertical-align: super;}
|
||||
bottom: -50px;
|
||||
position: fixed;
|
||||
}
|
||||
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
|
||||
overflow: auto;
|
||||
}
|
||||
.moodle-dialogue-base .moodle-dialogue-fullscreen .closebutton {
|
||||
width: 28px;
|
||||
height: 16px;
|
||||
|
@ -1421,6 +1421,9 @@ audio.mediaplugin_html5audio {
|
||||
bottom: -50px;
|
||||
position: fixed;
|
||||
}
|
||||
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
|
||||
overflow: auto;
|
||||
}
|
||||
.moodle-dialogue-base .moodle-dialogue-fullscreen .closebutton {
|
||||
width: 28px;
|
||||
height: 16px;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user