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

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