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

This commit is contained in:
David Monllao
2017-10-30 16:05:55 +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
@@ -9232,6 +9232,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;
}