Add full name to user tables
This commit is contained in:
parent
4502dbf6b9
commit
0adbc74d95
7 changed files with 489 additions and 323 deletions
|
@ -1,13 +1,12 @@
|
|||
{% extends "user/base-users.html" %}
|
||||
{% block users_media %}
|
||||
<style>
|
||||
#users-table td:nth-child(2), #users-table th:nth-child(2) {
|
||||
border-right: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.kick-form .button {
|
||||
margin: -8px 0;
|
||||
padding: 3px 12px;
|
||||
}
|
||||
#users-table td:nth-child(4), #users-table th:nth-child(4) {
|
||||
border-right: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue