Merge branch 'MDL-79783-403' of https://github.com/paulholden/moodle into MOODLE_403_STABLE

This commit is contained in:
Huong Nguyen
2023-11-20 14:05:10 +07:00
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@
padding: $table-cell-padding;
vertical-align: top;
border-top: $table-border-width solid $table-border-color;
.form-check {
padding: 0;
}
}
thead th,
+4
View File
@@ -35208,6 +35208,10 @@ img.userpicture {
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.generaltable th .form-check,
.generaltable td .form-check {
padding: 0;
}
.generaltable thead th,
.generaltable thead td {
vertical-align: bottom;
+4
View File
@@ -35208,6 +35208,10 @@ img.userpicture {
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.generaltable th .form-check,
.generaltable td .form-check {
padding: 0;
}
.generaltable thead th,
.generaltable thead td {
vertical-align: bottom;