diff --git a/apcd-cms/src/apps/admin_exception/static/admin_exception/css/table.css b/apcd-cms/src/apps/admin_exception/static/admin_exception/css/table.css index dbb94a2a..fca1dec9 100644 --- a/apcd-cms/src/apps/admin_exception/static/admin_exception/css/table.css +++ b/apcd-cms/src/apps/admin_exception/static/admin_exception/css/table.css @@ -1,16 +1,13 @@ -.modal-cell { - padding-left: 0px; -} /* SEE: https://css-tricks.com/responsive-data-tables/ */ @media (max-width: 767px) { /* To label the cells */ /* RFE: Add `data-label` to each cell so we can use `attr(data-label)` */ .exception-table td:nth-of-type(1):before { content: "Created"; } - .exception-table td:nth-of-type(2):before { content: "Organization"; } + .exception-table td:nth-of-type(2):before { content: "Entity Organization"; } .exception-table td:nth-of-type(3):before { content: "Requestor Name"; } .exception-table td:nth-of-type(4):before { content: "Exception Type"; } .exception-table td:nth-of-type(5):before { content: "Outcome"; } .exception-table td:nth-of-type(6):before { content: "Status"; } - .exception-table td:nth-of-type(7):before { content: "Actions"; } + .exception-table td:nth-of-type(7):before {content:"Actions";} } diff --git a/apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html b/apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html index 5a938335..7ded5ab4 100644 --- a/apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html +++ b/apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html @@ -7,7 +7,7 @@