diff --git a/theme/boost/scss/moodle/question.scss b/theme/boost/scss/moodle/question.scss index 5945cd631ff..6dd726aeb2f 100644 --- a/theme/boost/scss/moodle/question.scss +++ b/theme/boost/scss/moodle/question.scss @@ -207,10 +207,23 @@ margin-right: 0.3em; } -body.path-question-type .fitem_fgroup .accesshide { - font: inherit; - position: static; - padding-right: .3em; +body.path-question-type { + /* Hacks to display the labels within a form group. */ + .fitem_fgroup .accesshide { + font: inherit; + position: static; + padding-right: .3em; + } + .form-group .sr-only { + position: static; + width: auto; + height: auto; + padding: 0; + margin: 0; + overflow: visible; + clip: auto; + border: 0; + } } .que { diff --git a/theme/bootstrapbase/less/moodle/forms.less b/theme/bootstrapbase/less/moodle/forms.less index 3087c476dd9..dd3099eb9b8 100644 --- a/theme/bootstrapbase/less/moodle/forms.less +++ b/theme/bootstrapbase/less/moodle/forms.less @@ -102,14 +102,6 @@ form { display: inline; float: none; } -.mform .ftags label.accesshide { - display: block; - position: static; -} -.mform .ftags select { - margin-bottom: 0.7em; - min-width: 22em; -} .mform .helplink img { margin: 0 .45em; padding: 0; diff --git a/theme/bootstrapbase/less/moodle/question.less b/theme/bootstrapbase/less/moodle/question.less index 9a1f072f8c7..b245ab77fe9 100644 --- a/theme/bootstrapbase/less/moodle/question.less +++ b/theme/bootstrapbase/less/moodle/question.less @@ -177,6 +177,7 @@ margin-right: 0.3em; } body.path-question-type .fitem_fgroup .accesshide { + /* Hack to display the labels within a form group. */ font: inherit; position: static; padding-right: .3em; diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index 0869e115743..0fb0b40617d 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -6340,6 +6340,7 @@ table.message .searchresults td { margin-right: 0.3em; } body.path-question-type .fitem_fgroup .accesshide { + /* Hack to display the labels within a form group. */ font: inherit; position: static; padding-right: .3em; @@ -12862,14 +12863,6 @@ form { display: inline; float: none; } -.mform .ftags label.accesshide { - display: block; - position: static; -} -.mform .ftags select { - margin-bottom: 0.7em; - min-width: 22em; -} .mform .helplink img { margin: 0 .45em; padding: 0;