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

This commit is contained in:
David Monllao 2017-10-30 15:58:39 +01:00
commit 64476c520e
3 changed files with 10 additions and 0 deletions

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%;

View File

@ -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;
}

View File

@ -9304,6 +9304,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;
}