From eeb1d0d5de4d3445c03dd227bfc28c2c10ce7ce9 Mon Sep 17 00:00:00 2001 From: solocla Date: Tue, 18 Nov 2025 14:25:27 +0100 Subject: [PATCH] update production line with reference values --- public/userarea/production_line_view.php | 127 ++++++++++++++++++++--- 1 file changed, 111 insertions(+), 16 deletions(-) diff --git a/public/userarea/production_line_view.php b/public/userarea/production_line_view.php index 2a19f56..84c06df 100644 --- a/public/userarea/production_line_view.php +++ b/public/userarea/production_line_view.php @@ -245,6 +245,9 @@ if (!empty($_GET['ajax'])) {
@@ -273,6 +276,10 @@ if (!empty($_GET['ajax'])) {
00:00:00
+ + + +
@@ -670,6 +677,58 @@ if (!empty($_GET['ajax'])) { /* grigio */ color: #475569; } + + /* Modale più grande e ottimizzata */ + .modal-content.final-wide { + width: 95%; + max-width: 780px; + } + + .final-flex { + display: flex; + gap: 2rem; + margin-top: 1.2rem; + } + + .final-col { + flex: 1; + } + + .teo-box { + background: #eef6ff; + padding: 1rem; + border-radius: 0.8rem; + } + + .teo-row { + margin-bottom: 1rem; + font-size: 1.1rem; + } + + .teo-row label { + font-weight: 600; + color: #1e3a8a; + } + + .teo-row span { + font-weight: 700; + color: #0f172a; + font-size: 1.25rem; + } + + .real-box label { + margin-top: 0.6rem; + font-weight: 600; + } + + .input-big { + width: 100%; + padding: 0.9rem; + font-size: 1.25rem; + border-radius: 0.6rem; + border: 1px solid #cbd5e1; + margin-bottom: 1rem; + } @@ -752,27 +811,48 @@ if (!empty($_GET['ajax'])) {