mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-59870-participants-th-top-vertical-aligned' of http://github.com/lucaboesch/moodle
This commit is contained in:
commit
1fb5f3cf4a
@ -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