MDL-52037 theme: Correct question feedback width

This relates to the cloze question answer when hovered.
This commit is contained in:
Andrew Nicols
2017-11-01 11:13:52 +08:00
parent a7f16bb296
commit baab74b9d3
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
@@ -6965,6 +6965,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;