Merge branch 'MDL-52037-master-fix' of https://github.com/andrewnicols/moodle

This commit is contained in:
Damyon Wiese
2017-11-01 11:14:50 +08:00
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -306,6 +306,10 @@ body.path-question-type {
.que.multianswer .formulation .yui3-widget-positioned {
box-sizing: content-box;
.feedbackspan {
width: inherit;
max-width: inherit;
}
}
.path-mod-quiz input[size] {
@@ -240,6 +240,8 @@ body.path-question-type .fitem_fgroup .accesshide {
.que.multianswer .formulation .yui3-widget-positioned .feedbackspan {
box-sizing: content-box;
padding-bottom: 0;
max-width: inherit;
width: inherit;
}
.path-mod-quiz input[size] {
width: auto;
+2
View File
@@ -9307,6 +9307,8 @@ body.path-question-type .fitem_fgroup .accesshide {
.que.multianswer .formulation .yui3-widget-positioned .feedbackspan {
box-sizing: content-box;
padding-bottom: 0;
max-width: inherit;
width: inherit;
}
.path-mod-quiz input[size] {
width: auto;