User table UI
This commit is contained in:
parent
a026b034e6
commit
4e0dbbcd79
6 changed files with 61 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue