User table UI

This commit is contained in:
cuom1999 2021-12-27 17:18:04 +07:00
parent a026b034e6
commit 4e0dbbcd79
6 changed files with 61 additions and 15 deletions

View file

@ -5,13 +5,25 @@
margin: -8px 0;
padding: 3px 12px;
}
#users-table td:nth-child(4), #users-table th:nth-child(4) {
#users-table td:nth-child(3), #users-table th:nth-child(3) {
border-right: none;
}
.rank-td {
font-family: "Jersey M54";
font-size: large;
}
.user-points, .user-problem-count, .rating-td {
font-family: cursive;
}
.about-td {
max-height: 45px;
overflow:hidden;
cursor: pointer;
}
</style>
{% if is_admin %}
<style>#users-table td:nth-child(3), #users-table th:nth-child(3) {
<style>#users-table td:nth-child(4), #users-table th:nth-child(4) {
border-right: none;
}
</style>