Tidy User list

This commit is contained in:
John Crisp
2025-04-24 11:34:16 +02:00
parent cd6c752805
commit 1a4c172969
4 changed files with 43 additions and 27 deletions

View File

@@ -88,3 +88,18 @@
cursor: default; /* Prevent text cursor */
}
/* TD and buttons in user lists */
.user-td-no-right {
border-left-width: 0px;
}
.user-td-no-left {
border-left-width: 0px;
}
.user-valign-center {
text-align: center;
}