mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-79783' of https://github.com/paulholden/moodle
This commit is contained in:
commit
6d0f351b99
@ -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,
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user