Skip to content

Commit

Permalink
Merge branch 'MDL-79783' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Nov 20, 2023
2 parents b74b80a + 5b50a15 commit 6d0f351
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boost/scss/moodle/tables.scss
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -35193,6 +35193,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;
Expand Down
4 changes: 4 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -35193,6 +35193,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;
Expand Down

0 comments on commit 6d0f351

Please sign in to comment.