mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-59870 users: Default align participant table header row.
Instead of putting vertical-align: middle as indication for participants table headers, none is set which leads to theme default, i.e. bottom in Clean and Boost.
This commit is contained in:
parent
9eb3c173ae
commit
bb3216f8ea
@ -118,9 +118,13 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.userlist table#participants td,
|
||||
.userlist table#participants th {
|
||||
.userlist table#participants td {
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.userlist table#participants th {
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
}
|
||||
|
@ -128,9 +128,12 @@
|
||||
.userlist table#participants {
|
||||
text-align: center;
|
||||
}
|
||||
.userlist table#participants td,
|
||||
.userlist table#participants th {
|
||||
.userlist table#participants td {
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.userlist table#participants th {
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
}
|
||||
|
@ -9740,9 +9740,12 @@ body.path-question-type .mform fieldset.hidden {
|
||||
.userlist table#participants {
|
||||
text-align: center;
|
||||
}
|
||||
.userlist table#participants td,
|
||||
.userlist table#participants th {
|
||||
.userlist table#participants td {
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.userlist table#participants th {
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user