Merge branch 'MDL-61823' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{{/label}}
|
||||
{{$element}}
|
||||
{{#label}}
|
||||
<fieldset class="w-100 m-0 p-0 border-0">
|
||||
<fieldset class="w-100 m-0 p-0 border-0" id="{{element.id}}">
|
||||
<legend class="visually-hidden">{{label}}</legend>
|
||||
<div class="d-flex flex-wrap align-items-center">
|
||||
{{#element.elements}}
|
||||
@@ -19,7 +19,7 @@
|
||||
</fieldset>
|
||||
{{/label}}
|
||||
{{^label}}
|
||||
<div class="w-100 m-0 p-0 border-0">
|
||||
<div class="w-100 m-0 p-0 border-0" id="{{element.id}}">
|
||||
<div class="d-flex flex-wrap align-items-center">
|
||||
{{#element.elements}}
|
||||
{{{separator}}}
|
||||
|
||||
@@ -249,7 +249,7 @@ table.question-bank-table {
|
||||
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
.fitem .col-form-label.visually-hidden:not(legend):not([for="id_category"]) {
|
||||
.fitem .col-form-label.visually-hidden:not(legend):not([for="id_category"], [for="id_filetypeslist"]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
@@ -33941,7 +33941,7 @@ table.question-bank-table .header.checkbox .form-check {
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
}
|
||||
body.path-question-type .fitem .col-form-label.visually-hidden:not(legend):not([for=id_category]) {
|
||||
body.path-question-type .fitem .col-form-label.visually-hidden:not(legend):not([for=id_category], [for=id_filetypeslist]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
@@ -33941,7 +33941,7 @@ table.question-bank-table .header.checkbox .form-check {
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
}
|
||||
body.path-question-type .fitem .col-form-label.visually-hidden:not(legend):not([for=id_category]) {
|
||||
body.path-question-type .fitem .col-form-label.visually-hidden:not(legend):not([for=id_category], [for=id_filetypeslist]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user