From f65c2b40f80532431e7db7e1ebdf9fb6dc570b8b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 18 Nov 2024 02:25:33 -0800 Subject: [PATCH] tweak dashboard UI css --- archivebox/actors/templates/jobs_dashboard.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/archivebox/actors/templates/jobs_dashboard.html b/archivebox/actors/templates/jobs_dashboard.html index 1af2a897..94d8bf04 100644 --- a/archivebox/actors/templates/jobs_dashboard.html +++ b/archivebox/actors/templates/jobs_dashboard.html @@ -34,8 +34,9 @@ font-family: monospace; } .scroll-area { - height: 800px; - overflow-y: auto; + /*height: 800px; + overflow-y: scroll; */ + height: auto; border: 1px solid #ddd; padding: 10px; background-color: #fff; @@ -68,6 +69,14 @@ background-color: #f44336; color: white; } + .badge-succeeded { + background-color: #666; + color: white; + } + .badge-sealed { + background-color: #666; + color: white; + } .date { font-size: 16px; color: #666;