This commit is contained in:
Shamim Rezaie
2025-04-04 09:07:23 +11:00
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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}}}
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;