Merge branch 'MDL-52037-master-fix' of https://github.com/andrewnicols/moodle
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user