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

@ -2,10 +2,22 @@
{% block users_media %}
<style>
#users-table td:nth-child(2), #users-table th:nth-child(2) {
#users-table td:nth-child(3), #users-table th:nth-child(3) {
border-right: none;
text-align: left;
}
.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>
{% endblock %}