From 1a7f7e2ba9b53068bf86346e6145b124b4d46f72 Mon Sep 17 00:00:00 2001 From: aliya_kairzhanova Date: Wed, 3 Jun 2026 12:23:50 +0000 Subject: [PATCH] =?UTF-8?q?v3:=20=D0=9A=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20?= =?UTF-8?q?=C2=AB=D0=92=D1=8B=D0=B4=D0=B0=D1=82=D1=8C=C2=BB=20=D0=B2=20?= =?UTF-8?q?=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=20=D0=BD=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=20=E2=80=94=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=BD=D0=B8=D0=BA=D0=B0=20=D0=B8=20?= =?UTF-8?q?=D0=B2=D1=8B=D0=B4=D0=B0=D1=87=D0=B0=20=D0=A1=D0=98=D0=97=20?= =?UTF-8?q?=D0=B2=20=D0=BE=D0=B4=D0=B8=D0=BD=20=D0=BA=D0=BB=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/index.html b/index.html index 092cf8c..1d23ddd 100644 --- a/index.html +++ b/index.html @@ -403,6 +403,28 @@ tr:hover td { background: var(--cyan-50); } } .norm-hint-item .btn-xs:hover { opacity: .8; } +/* Norm issue modal — employee pick list */ +.norm-issue-list { + display: flex; + flex-direction: column; + gap: 6px; + max-height: 40vh; + overflow-y: auto; +} +.norm-issue-emp { + display: flex; + align-items: center; + justify-content: space-between; + gap: 10px; + padding: 10px 14px; + background: var(--gray-100); + border-radius: var(--radius); + font-size: 13px; +} +.norm-issue-emp-info { min-width: 0; } +.norm-issue-emp-name { font-weight: 600; } +.norm-issue-emp-meta { font-size: 12px; color: var(--gray-500); } + /* Responsive */ @media (max-width: 768px) { .header { padding: 12px 16px; } @@ -833,6 +855,18 @@ tr:hover td { background: var(--cyan-50); } + + +