mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed groups view not compliant with 2.5.5 of WCAG 2.2
This commit is contained in:
@@ -327,7 +327,7 @@
|
|||||||
|
|
||||||
<form id="updateGroupForm">
|
<form id="updateGroupForm">
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="row g-3 justify-content-center">
|
<div class="row g-3 mb-2 justify-content-center">
|
||||||
<!-- Basic Info -->
|
<!-- Basic Info -->
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label" for="groupId">@T["Group ID"] <span class="text-danger" aria-hidden="true">*</span></label>
|
<label class="form-label" for="groupId">@T["Group ID"] <span class="text-danger" aria-hidden="true">*</span></label>
|
||||||
|
|||||||
@@ -101,3 +101,16 @@ h4.fw-bold, h4.card-title {
|
|||||||
td.text-success span, td.text-danger span {
|
td.text-success span, td.text-danger span {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make form-check-label WCAG 2.2 (2.5.5) compliant */
|
||||||
|
.form-check {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-check-label {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
min-height: 44px;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user