mirror of
https://github.com/itflow-org/itflow
synced 2026-09-19 21:25:13 +00:00
Fix Guest Approve Modal Offscreen issue, added guest header and spruced up the UI a bit
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
<!-- Custom Style Sheet -->
|
||||
<link rel="stylesheet" href="/libs/flatpickr/css/flatpickr.min.css">
|
||||
<link rel="stylesheet" href="/libs/tom-select/css/tom-select.bootstrap5.min.css">
|
||||
<?php /* Required: includes/footer.php loads sweetalert2.min.js for the
|
||||
confirm-link dialogs used by guest_approve_ticket_task.php and
|
||||
guest_view_quote.php. Every bit of the dialog's positioning
|
||||
(position:fixed, inset:0, the centering grid) lives in this
|
||||
stylesheet, so without it the popup renders as a static block at
|
||||
the foot of the document. */ ?>
|
||||
<link rel="stylesheet" href="/libs/sweetalert2/css/sweetalert2.min.css">
|
||||
|
||||
<!-- ITFlow style: loaded last so it wins. See includes/header.php -->
|
||||
<link rel="stylesheet" href="/css/itflow_custom.css">
|
||||
|
||||
Reference in New Issue
Block a user