From 31fec1ca843e59a206669e9acc9f9c4a5548c935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 17 Jun 2026 12:42:07 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=B8=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80?= =?UTF-8?q?=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0:=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B3=D1=80=D0=B5=D1=81=D1=81,=20=D1=82=D0=B0=D0=B9=D0=BC?= =?UTF-8?q?=D0=B5=D1=80,=20=D0=B1=D0=BB=D0=BE=D0=BA=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20input,=20v1.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/templates/upload.html | 219 ++++++++++++++++++------------------- 1 file changed, 105 insertions(+), 114 deletions(-) diff --git a/site/templates/upload.html b/site/templates/upload.html index e95d474..81d580b 100644 --- a/site/templates/upload.html +++ b/site/templates/upload.html @@ -32,7 +32,7 @@ th { background: var(--brand-grey-light); text-transform: uppercase; padding: 6px 10px; border-right: 1px solid var(--brand-gray); text-align: left; font-weight: 600; font-size: 11px; color: var(--muted); } td { padding: 6px 10px; border-right: 1px solid var(--brand-gray); border-bottom: 1px solid var(--brand-gray); } tr:hover td { background: rgba(243,244,246,.5); } - .name-cell { max-width: 360px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .name-cell { max-width: 340px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .zip-child .name-cell { padding-left: 28px; } .zip-child .name-cell::before { content: "└ "; color: var(--muted); } .num-cell { text-align: right; white-space: nowrap; } @@ -45,7 +45,6 @@ .info-btn { cursor: pointer; color: var(--muted); background: none; border: none; padding: 2px 4px; font-size: 14px; display: none; } .info-btn:hover { color: var(--brand-primary); } .info-btn.visible { display: inline; } - /* Modal */ .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 100; justify-content: center; align-items: center; } .modal-overlay.open { display: flex; } .modal { background: var(--background); border-radius: 12px; border: 1px solid var(--brand-gray); box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 520px; width: 90%; max-height: 80vh; overflow-y: auto; } @@ -60,7 +59,7 @@
Nubes - Сверка договоров v1.12 + Сверка договоров v1.13
@@ -88,7 +87,6 @@
-