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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user