From c7c982f7841b5fd6ed42387db8f7d5a8880ec665 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Mon, 1 Sep 2025 09:40:22 +0530 Subject: [PATCH] CHANGE_UI_FIX - VADIVEL J 2025-09-01 --- app/Views/DashBoard.php | 25 +------ app/Views/employee_list.php | 6 ++ app/Views/employee_upload.php | 38 ++++++++++- app/Views/import_export.php | 18 ++--- app/Views/layout/footer.php | 14 ++++ app/Views/layout/header.php | 67 ++++++++++++++++++- .../policy_transaction_inception_list.php | 12 +++- 7 files changed, 145 insertions(+), 35 deletions(-) diff --git a/app/Views/DashBoard.php b/app/Views/DashBoard.php index 4aa74f18..aa1ffa89 100755 --- a/app/Views/DashBoard.php +++ b/app/Views/DashBoard.php @@ -167,28 +167,11 @@ } } - .navtab-bg .nav-link { - margin: 0 5px 10px!important; - } - - .nav-link{ - color:black !important; - background-color: #D4F5F6 !important; - font-size: small; - padding:8px; - border-radius: 10px !important; - } - .nav-link.active-tab { - color: white !important; - background-color: #00999E !important; - font-size: small; - padding:8px; - border-radius: 10px !important; - - } .tab-content-styles{ background-color:#F4F4F4; margin-right:20px; + margin-left:20px; + margin-top:0px !important; border-radius:25px!important; min-height: 70vh !important; } @@ -208,8 +191,6 @@
- -
-
+
diff --git a/app/Views/employee_list.php b/app/Views/employee_list.php index 317875fd..79a04ff9 100755 --- a/app/Views/employee_list.php +++ b/app/Views/employee_list.php @@ -45,6 +45,12 @@ table.dataTable tbody td { color: #16181b !important; cursor: pointer !important; } + + .row{ + margin-right:20px !important; + margin-left:30px !important; + } +
diff --git a/app/Views/employee_upload.php b/app/Views/employee_upload.php index ab566571..9fa5c433 100755 --- a/app/Views/employee_upload.php +++ b/app/Views/employee_upload.php @@ -72,7 +72,6 @@ option:disabled {
-
@@ -98,7 +97,9 @@ option:disabled {
OR
+ style="margin-top: 26px;position: relative;left: 65px;"> +

OR

+
+ +
+ +
+  [ Sample Excel ] +
+ + +       + + + +    + + OR + +    + + Fetch + Enrolled Data + +
+ + +
diff --git a/app/Views/import_export.php b/app/Views/import_export.php index e6194c79..e3a4b649 100755 --- a/app/Views/import_export.php +++ b/app/Views/import_export.php @@ -58,22 +58,22 @@
diff --git a/app/Views/layout/footer.php b/app/Views/layout/footer.php index a809ab18..182bcbb5 100755 --- a/app/Views/layout/footer.php +++ b/app/Views/layout/footer.php @@ -992,6 +992,20 @@ function confirmActionSweertAlert(message = "Are you sure?", confirmText = "Yes, }); + + diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 35ad766e..1eeb9f07 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -98,6 +98,37 @@