From eed8e94c2960b46644bba7ccda710257ccf43cfc Mon Sep 17 00:00:00 2001 From: Cyrus <24922493+cyrus-dev@users.noreply.github.com> Date: Mon, 26 Oct 2020 07:56:24 -0400 Subject: [PATCH] Some html tweaks were made to the display and search functionality of the RIM event log page. --- .../src/main/webapp/WEB-INF/jsp/rim-details.jsp | 2 +- .../src/main/webapp/common/rim_details.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp index e472ceb2..f82e478c 100644 --- a/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp +++ b/HIRS_AttestationCAPortal/src/main/webapp/WEB-INF/jsp/rim-details.jsp @@ -330,7 +330,7 @@ // Loop through all table rows, and hide those who don't match the search query for (i = 0; i < tr.length; i++) { - txtFound = false; + txtFound = true; tds = tr[i].getElementsByTagName("td"); for (j = 0; j < tds.length; j++) { td = tds[j]; diff --git a/HIRS_AttestationCAPortal/src/main/webapp/common/rim_details.css b/HIRS_AttestationCAPortal/src/main/webapp/common/rim_details.css index 6ab98770..7a619651 100644 --- a/HIRS_AttestationCAPortal/src/main/webapp/common/rim_details.css +++ b/HIRS_AttestationCAPortal/src/main/webapp/common/rim_details.css @@ -9,7 +9,8 @@ #tableDivTag { padding-top: 5px; padding-left: 125px; - padding-right: 150px; + padding-bottom: 15px; + margin-right: 125px; overflow-y: scroll; }