summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-30 11:50:55 +0200
committerYorhel <git@yorhel.nl>2020-03-30 11:50:55 +0200
commitc1bf3e0d7168a07b08660c089bfa1f19bfe9eeb2 (patch)
tree13057bab7e3083895b9f326222d053e6f45912e9 /data
parentab2fadc4a7e18eb904948b51f47e5d738c35c53e (diff)
User list: Right-align numeric columns
Diffstat (limited to 'data')
-rw-r--r--data/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 576842cf..2db26564 100644
--- a/data/style.css
+++ b/data/style.css
@@ -874,6 +874,14 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
.browse.notifies tfoot td { padding: 0 0 0 25px }
+/***** User list *****/
+.browse.userlist .tc3,
+.browse.userlist .tc4,
+.browse.userlist .tc5,
+.browse.userlist .tc6,
+.browse.userlist .tc7,
+.browse.userlist .tc8 { text-align: right; padding-right: 10px; padding-left: 0 }
+
/***** Userpage *****/