Merge branch 'MDL-52037_32-cloze-whether-correct-feedback-width' of https://github.com/lucaboesch/moodle into MOODLE_32_STABLE

This commit is contained in:
David Monllao
2017-10-30 16:06:17 +01:00
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -304,6 +304,10 @@ body.path-question-type {
vertical-align: baseline;
}
.que.multianswer .formulation .yui3-widget-positioned {
box-sizing: content-box;
}
.path-mod-quiz input[size] {
width: auto;
max-width: 100%;
@@ -237,6 +237,9 @@ body.path-question-type .fitem_fgroup .accesshide {
width: auto;
vertical-align: baseline;
}
.que.multianswer .formulation .yui3-widget-positioned {
box-sizing: content-box;
}
.path-mod-quiz input[size] {
width: auto;
}
+3
View File
@@ -6962,6 +6962,9 @@ body.path-question-type .fitem_fgroup .accesshide {
width: auto;
vertical-align: baseline;
}
.que.multianswer .formulation .yui3-widget-positioned {
box-sizing: content-box;
}
.path-mod-quiz input[size] {
width: auto;
}