Add full name to user tables
This commit is contained in:
parent
4502dbf6b9
commit
0adbc74d95
7 changed files with 489 additions and 323 deletions
|
@ -83,3 +83,22 @@
|
|||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
#users-table td:nth-child(2), #users-table th:nth-child(2) {
|
||||
border-right: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#users-table .fullname-column {
|
||||
text-align: right !important;
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
#users-table .fullname-column span {
|
||||
color: gray !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#users-table th a {
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue