Change style of user table
This commit is contained in:
parent
924f209311
commit
30417e1cde
8 changed files with 26 additions and 19 deletions
|
@ -6,7 +6,7 @@
|
|||
padding: 3px 12px;
|
||||
}
|
||||
#users-table td:nth-child(3), #users-table th:nth-child(3) {
|
||||
border-right: none;
|
||||
text-align: left;
|
||||
}
|
||||
#users-table td:nth-child(2), #users-table th:nth-child(2) {
|
||||
border-right: none;
|
||||
|
@ -21,7 +21,7 @@
|
|||
</style>
|
||||
|
||||
{% if can_edit %}
|
||||
<style>#users-table td:nth-child(4), #users-table th:nth-child(4) {
|
||||
<style>#users-table td:nth-child(3), #users-table th:nth-child(3) {
|
||||
border-right: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue