summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index b5d713e..e6ebff3 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -378,3 +378,16 @@ legend { padding: 0 8px; color: var(--text-dim); font-size: .85rem; }
.lb-stage { padding: 48px 40px; }
.files-table { font-size: .78rem; }
}
+
+/* ── Admin update panel ────────────────────────────────────────────────── */
+.admin-update { margin-top: 32px; }
+.admin-update h2 { font-size: 1rem; color: var(--text-dim); margin-bottom: 6px; }
+.update-hint { font-size: .85rem; color: var(--text-dim); margin: 0 0 12px; }
+.update-panel { margin-top: 12px; }
+.update-status { font-size: .9rem; font-weight: 500; margin-bottom: 6px; }
+.update-status.running { color: var(--text-dim); }
+.update-status.done { color: #2a9d2a; }
+.update-status.error { color: #c0392b; }
+.update-log { background: #1a1a1a; color: #e0e0e0; font-size: .8rem; line-height: 1.5;
+ padding: 12px 14px; border-radius: var(--radius); max-height: 340px;
+ overflow-y: auto; white-space: pre-wrap; word-break: break-all; margin: 0; }