Add full name to user tables

This commit is contained in:
cuom1999 2020-12-29 20:29:50 -06:00
parent 4502dbf6b9
commit 0adbc74d95
7 changed files with 489 additions and 323 deletions

View file

@ -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;
}