Punishment page styling

This commit is contained in:
Peter
2025-04-12 00:53:20 +02:00
parent 02c69b318a
commit df9c3ac996
4 changed files with 73 additions and 26 deletions
@@ -0,0 +1,34 @@
table {
width: 100%;
table-layout: fixed;
}
thead {
height: 25px;
font-size: 1.1em;
}
tbody {
font-size: 0.9em;
}
td {
padding: 5px 0 5px 0;
}
th, td {
text-overflow: ellipsis;
}
.historyPlayer {
width: 200px;
text-overflow: clip;
}
.historyReason {
width: 940px;
}
.historyDate {
width: 160px;
}