Merge pull request #1743 from GSA/1677-user-story-view-table-of-all-jobs-sent-with-my-service

new activity page
This commit is contained in:
Carlo Costino
2024-08-01 15:00:38 -04:00
committed by GitHub
11 changed files with 455 additions and 7 deletions

View File

@@ -452,27 +452,43 @@ td.table-empty-message {
width: 25%;
overflow-wrap: anywhere;
}
td.jobid {
width: 5%;
}
td.template {
width: 20%;
width: 25%;
}
td.time-sent {
width: 20%;
width: 30%;
}
td.sender {
width: 15%;
width: 20%;
overflow-wrap: break-word;
}
td.count-of-recipients {
width: 5%;
}
td.report {
width: 5%;
text-align: center;
}
td.report img {
padding-top: 5px;
}
th {
padding: 0.5rem 1rem
}
td {
padding: 0.5rem 1rem
}
}
@media (max-width: 768px) {
.usa-table-container--scrollable-mobile {
margin: 0;
overflow-y:hidden;
}
}
.usa-table th[data-sortable][aria-sort=ascending], .usa-table th[data-sortable][aria-sort=descending] {
background-color: #a1d3ff;
}
#template-list {