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 @@
-