mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-79783 theme_boost: remove form-check padding inside table cells.
This commit is contained in:
parent
23b86254d3
commit
5b50a15a9d
@ -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,
|
||||
|
@ -35187,6 +35187,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;
|
||||
|
@ -35187,6 +35187,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