MDL-55074 message: Display modal window in message, BS2 compatible

This commit is contained in:
Damyon Wiese
2016-10-26 10:24:20 +08:00
committed by Rajesh Taneja
parent 33cb7031de
commit 181179de54
+6
View File
@@ -1233,6 +1233,12 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
border: 1px solid #ccc;
}
// Show is a bootstrap 2 class - but we use it for modals. We don't want to enable it everywhere because they removed
// it for a reason (conflicts with jquery .show()).
.modal.show {
display: block;
}
.moodle-dialogue-base .moodle-dialogue-wrap.moodle-dialogue-content {
@extend .modal-content;
}