From accb0787636945165899e503e34aa8ff00106e08 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 16 Jun 2025 11:49:23 +0300 Subject: [PATCH] =?utf8?q?ERP-360=20=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B0?= =?utf8?q?=D0=B2=D1=82=D0=BE=D0=BF=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/index.php | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index c260ab8e..8bd3ecfe 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -250,6 +250,19 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => position: relative; } + .loader-overlay { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background-color: rgba(255, 255, 255, 0.7); + display: flex; + justify-content: center; + align-items: center; + z-index: 999; + } + th:first-child, td.category, td.subcategory { @@ -286,19 +299,6 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => color: black; } - .loader-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: rgba(255, 255, 255, 0.7); - display: flex; - justify-content: center; - align-items: center; - z-index: 999; - } - .category-cell { display: flex; justify-content: flex-end; -- 2.39.5