added download url and stat count in table

This commit is contained in:
Beverly Nguyen
2024-08-12 23:28:41 -07:00
parent d10a46c5ee
commit c5b71dfe8d
3 changed files with 62 additions and 6 deletions

View File

@@ -464,7 +464,7 @@ td.table-empty-message {
width: 25%;
}
td.time-sent {
width: 30%;
width: 14%;
}
td.sender {
width: 20%;
@@ -474,12 +474,20 @@ td.table-empty-message {
width: 5%;
}
td.report {
width: 5%;
width: 2%;
text-align: center;
}
td.delivered {
width: 2%;
text-align: center;
}
td.failed {
width: 2%;
text-align: center;
}
td.report img {
padding-top: 5px;
}
}
th {
padding: 0.5rem 1rem
}