From 77c36be74675ba0e5e15f08ddb13d950d11f6b09 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Thu, 6 Nov 2025 13:29:55 -0500 Subject: [PATCH] Updated attendance report table to be shown on iPad --- static/css/attendance.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/attendance.css b/static/css/attendance.css index a8e7044..196bd70 100644 --- a/static/css/attendance.css +++ b/static/css/attendance.css @@ -937,10 +937,10 @@ tr.modified-record { /* Enhanced table responsive design */ @media (max-width: 1200px) { - .attendance-table th:nth-child(7), - .attendance-table td:nth-child(7), - .attendance-table th:nth-child(8), - .attendance-table td:nth-child(8) { + .attendance-table th:nth-child(10), + .attendance-table td:nth-child(10), + .attendance-table th:nth-child(11), + .attendance-table td:nth-child(11) { display: none; } }