Punishment page styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user