diff --git a/app/Views/employee_upload.php b/app/Views/employee_upload.php index 9fa5c433..48424f07 100755 --- a/app/Views/employee_upload.php +++ b/app/Views/employee_upload.php @@ -72,50 +72,11 @@ option:disabled { - -
- -
-  [ Sample Excel ] - -
- -
-
- -
- -
-
-
- - -
-

OR

-
- -
- Fetch - Enrolled Data -
- - -
-
 [ Sample Excel ]
Upload + class=" nav-link-btn px-3 py-1 btn btn-primary waves-effect waves-light justify-content-end">Upload    @@ -133,7 +94,7 @@ option:disabled {    - Fetch Enrolled Data diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 1eeb9f07..5b0807b0 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -109,6 +109,15 @@ padding: 8px 16px; } + + .nav-link-btn{ + color: white !important; + background-color: #00999E !important; + font-size: small !important; + padding:8px 16px; + border-radius: 10px !important; + } + .nav-link.active-tab { color: white !important; background-color: #00999E !important; @@ -187,29 +196,33 @@ /* parsley-examples */ - .parsley-examples - { - background-color: #F5FFFF; - padding: 25px; - border: 2px solid #fff; - border-radius: 10px; - /* box-shadow: 2px 2px 2px; */ - box-shadow: 0px 1px 1px 0px #00000040; - } + .parsley-examples + { + background-color: #F5FFFF; + padding: 25px; + border: 2px solid #fff; + border-radius: 10px; + /* box-shadow: 2px 2px 2px; */ + box-shadow: 0px 1px 1px 0px #00000040; + } /* parsley-examples */ /* all input elements */ -input, select, -.select2-container .select2-selection { - border-radius: 10px !important; - box-shadow: 0px 2px 4px 0px #00000024 !important; -} + input, select, + .select2-container .select2-selection { + border-radius: 10px !important; + box-shadow: 0px 2px 4px 0px #00000024 !important; + } /* allinput elements */ + /* card-body */ + .card-body{ + color:#000; + } @@ -273,9 +286,6 @@ input, select, color: #FFFFFF !important; } - /* .dataTables_wrapper .text-right { - position: relative; - } */ .dataTables_wrapper .dt-buttons .buttons-csv, .dataTables_wrapper .dt-buttons .buttons-html5 { @@ -584,10 +594,6 @@ rgba(0, 153, 158, 0.5) (transparent) background-color: #ECECEC !important; } -.app-font-family, -.app-font-family *:not(.mdi):not(.fa):not(.material-icons) { - font-family: 'Poppins' !important; -} .app-title { font-size: 18px; } .app-heading { font-size: 16px; } @@ -731,6 +737,8 @@ table[data-custom-table-css="table"] thead th { color: #fff !important; border-top: 0px solid #fff !important; border-bottom: 0px solid #fff !important; + text-align: center; + vertical-align: middle; } table[data-custom-table-css="table"] tbody td { @@ -769,6 +777,68 @@ table[data-custom-table-css="table"] { } + /* Datatable footer styles */ + + /* Pagination buttons */ + .dataTables_wrapper .dataTables_paginate .paginate_button { + padding: 2px 6px !important; + font-size: 12px !important; + background: transparent !important; + border-radius: 13px !important; + border: none !important; + } + + /* Previous / Next buttons */ + .dataTables_wrapper .dataTables_paginate .page-item.previous .page-link, + .dataTables_wrapper .dataTables_paginate .page-item.next .page-link { + border-radius: 13px !important; + background-color: #F5FFFF; + border: none !important; + box-shadow: 0 0 0 0.15rem #F5FFFF; + font-size: 0; /* hide default text */ + position: relative; + } + + /* Custom arrows */ + .dataTables_wrapper .dataTables_paginate .page-item.previous .page-link::before { + content: "◄"; + font-size: 14px; + } + .dataTables_wrapper .dataTables_paginate .page-item.next .page-link::before { + content: "►"; + font-size: 14px; + } + + + + + /* Active / Inactive pages */ + .dataTables_wrapper .dataTables_paginate .page-item.active .page-link { + color: #fff !important; + border-radius: 13px !important; + } + .dataTables_wrapper .dataTables_paginate .page-item:not(.active) .page-link { + border: 1px solid #fff !important; + border-radius: 13px !important; + } + + /* Info text */ + .dataTables_info { + font-size: 12px; + } + + + + + + /* Data Tables search input */ + + .dataTables_filter { + } + + .dataTables_filter input { + } + diff --git a/app/Views/leads_list.php b/app/Views/leads_list.php index f15c18b0..6ab391f2 100644 --- a/app/Views/leads_list.php +++ b/app/Views/leads_list.php @@ -272,7 +272,7 @@ table.dataTable tbody td {
-