Merge branch 'MDL-59870_33-participants-th-top-vertical-aligned' of http://github.com/lucaboesch/moodle into MOODLE_33_STABLE
This commit is contained in:
@@ -113,9 +113,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;
|
||||
}
|
||||
|
||||
@@ -124,9 +124,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;
|
||||
}
|
||||
|
||||
@@ -9738,9 +9738,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user