From f1673a2d3920492d568b50debf6e35b2592bb186 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:06:47 -0500 Subject: [PATCH] Update lugar.php --- modules/turnero/views/lugar.php | 66 ++------------------------------- 1 file changed, 3 insertions(+), 63 deletions(-) diff --git a/modules/turnero/views/lugar.php b/modules/turnero/views/lugar.php index 0033223..a234e95 100644 --- a/modules/turnero/views/lugar.php +++ b/modules/turnero/views/lugar.php @@ -145,27 +145,7 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user'][' } /* ── Modal de firma ── */ - .modal-firma-backdrop { - position: fixed; inset: 0; background: rgba(0,0,0,.55); - z-index: 1050; display: none; align-items: center; justify-content: center; - } - .modal-firma-backdrop.open { display: flex; } - .modal-firma-box { - background: #fff; border-radius: 16px; - width: min(96vw, 800px); height: min(90vh, 700px); - display: flex; flex-direction: column; - overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.35); - } - .modal-firma-hdr { - padding: .75rem 1rem; border-bottom: 1px solid #e2e8f0; - display: flex; align-items: center; justify-content: space-between; - flex-shrink: 0; - } - .modal-firma-box iframe { - flex: 1; border: none; width: 100%; - } - - /* ── Selector de lugar (pantalla inicial) ── */ +/* ── Selector de lugar (pantalla inicial) ── */ .selector-lugar-overlay { position: fixed; inset: 0; background: #f1f5f9; z-index: 200; display: flex; align-items: center; justify-content: center; @@ -359,18 +339,6 @@ require_once __DIR__ . '/../../../shared/components/sidebar.php'; - -