From 6270becd4a7f25b24bea13e0ed0ca1743d4101e9 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sun, 19 Jun 2022 16:25:06 +0700 Subject: [PATCH] Fix table style --- resources/table.scss | 5 ----- templates/organization/users.html | 3 +++ templates/user/list.html | 3 +++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/table.scss b/resources/table.scss index 0e7ce33..08c714e 100644 --- a/resources/table.scss +++ b/resources/table.scss @@ -84,11 +84,6 @@ } } -#users-table td:nth-child(2), #users-table th:nth-child(2) { - border-right: none; - text-align: left; -} - #users-table th a { color: white; } \ No newline at end of file diff --git a/templates/organization/users.html b/templates/organization/users.html index f681f15..4670254 100644 --- a/templates/organization/users.html +++ b/templates/organization/users.html @@ -8,6 +8,9 @@ #users-table td:nth-child(3), #users-table th:nth-child(3) { border-right: none; } + #users-table td:nth-child(2), #users-table th:nth-child(2) { + border-right: none; + } .rank-td { font-family: "Jersey M54"; font-size: large; diff --git a/templates/user/list.html b/templates/user/list.html index e26e331..8cc7349 100644 --- a/templates/user/list.html +++ b/templates/user/list.html @@ -6,6 +6,9 @@ border-right: none; text-align: left; } + #users-table td:nth-child(2), #users-table th:nth-child(2) { + border-right: none; + } .rank-td { font-family: "Jersey M54"; font-size: large;