From 2b9523ec28cea9ad522df01cf96e3f2759770614 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Thu, 14 May 2026 06:29:00 -0400 Subject: [PATCH] finetune tabe and font sizes --- hbd/server/static/style.css | 2 +- hbd/server/templates/about.html | 2 +- hbd/server/templates/alerts.html | 8 ++++---- hbd/server/templates/live.html | 4 ++-- hbd/server/templates/plugins.html | 14 +++++++------- hbd/server/templates/profile.html | 4 ++-- hbd/server/templates/settings.html | 8 ++++---- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/hbd/server/static/style.css b/hbd/server/static/style.css index 649d705..d540dc0 100644 --- a/hbd/server/static/style.css +++ b/hbd/server/static/style.css @@ -185,7 +185,7 @@ /* Slightly larger tap targets in tables */ #ntable td, #ntable th { padding: 4px 6px !important; - font-size: 0.82em !important; + font-size: 1.00em !important; } /* Cards on plugin/alerts pages */ diff --git a/hbd/server/templates/about.html b/hbd/server/templates/about.html index 2a9eae8..94c8290 100644 --- a/hbd/server/templates/about.html +++ b/hbd/server/templates/about.html @@ -74,7 +74,7 @@ background: #e8f0fe; color: #1a73e8; border-radius: 12px; - font-size: 0.85em; + font-size: 1.00em; font-weight: 600; font-family: monospace; } diff --git a/hbd/server/templates/alerts.html b/hbd/server/templates/alerts.html index 451bbe5..efb28e6 100644 --- a/hbd/server/templates/alerts.html +++ b/hbd/server/templates/alerts.html @@ -55,7 +55,7 @@ .summary-label { color: #666; - font-size: 0.85em; + font-size: 1.00em; } .filters { @@ -221,7 +221,7 @@ .alert-duration { color: #999; - font-size: 0.85em; + font-size: 1.00em; } .alert-actions { @@ -238,7 +238,7 @@ border: none; border-radius: 4px; cursor: pointer; - font-size: 0.85em; + font-size: 1.00em; transition: all 0.2s; white-space: nowrap; } @@ -293,7 +293,7 @@ .refresh-info { text-align: center; color: #999; - font-size: 0.85em; + font-size: 1.00em; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e0e0e0; diff --git a/hbd/server/templates/live.html b/hbd/server/templates/live.html index e2eaf05..4db57f0 100644 --- a/hbd/server/templates/live.html +++ b/hbd/server/templates/live.html @@ -179,7 +179,7 @@ /* Message styling */ #messages { - font-size: 0.85em; + font-size: 1.00em; line-height: 1.0; } @@ -232,7 +232,7 @@ padding: 3px 7px; border: 1px solid #ccc; border-radius: 4px; - font-size: 0.85em; + font-size: 1.00em; color: #333; } diff --git a/hbd/server/templates/plugins.html b/hbd/server/templates/plugins.html index 0bc946f..6f164d0 100644 --- a/hbd/server/templates/plugins.html +++ b/hbd/server/templates/plugins.html @@ -218,7 +218,7 @@ .plugin-label { font-weight: 600; - font-size: 0.85em; + font-size: 1.00em; color: #444; min-width: 140px; } @@ -238,7 +238,7 @@ .data-table { width: 100%; border-collapse: collapse; - font-size: 0.85em; + font-size: 1.00em; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.08); border-radius: 4px; @@ -261,7 +261,7 @@ .data-table th.center { text-align: center; } .data-table td { - padding: 6px 10px; + /* padding: 6px 10px; */ border-top: 1px solid #e8e8e8; color: #333; } @@ -369,7 +369,7 @@ text-align: center; padding: 12px; color: #aaa; - font-size: 0.85em; + font-size: 1.00em; } .error { @@ -379,7 +379,7 @@ margin: 8px 0; border-radius: 3px; color: #c62828; - font-size: 0.85em; + font-size: 1.00em; } /* ── Scrollbar ──────────────────────────────────────────────── */ @@ -394,7 +394,7 @@ padding: 12px 16px; background: #fafafa; border-bottom: 1px solid #e0e0e0; - font-size: 0.85em; + font-size: 1.00em; } .info-meta { display: grid; @@ -411,7 +411,7 @@ } .info-note { color: #888; font-style: italic; } .info-loading { color: #bbb; font-style: italic; } - .threshold-covers { font-size: 0.85em; color: #777; font-style: italic; } + .threshold-covers { font-size: 1.00em; color: #777; font-style: italic; } diff --git a/hbd/server/templates/profile.html b/hbd/server/templates/profile.html index ab8f6c4..9a82a1b 100644 --- a/hbd/server/templates/profile.html +++ b/hbd/server/templates/profile.html @@ -96,7 +96,7 @@ border-radius: 4px; background: #f44336; color: #fff; - font-size: 0.85em; + font-size: 1.00em; font-weight: 500; text-decoration: none; transition: background 0.15s; @@ -157,7 +157,7 @@ gap: 6px; padding: 4px 12px; border-radius: 16px; - font-size: 0.85em; + font-size: 1.00em; font-weight: 500; text-decoration: none; } diff --git a/hbd/server/templates/settings.html b/hbd/server/templates/settings.html index 0033919..5816c87 100644 --- a/hbd/server/templates/settings.html +++ b/hbd/server/templates/settings.html @@ -31,7 +31,7 @@ padding: 6px 10px; border-radius: 4px; text-decoration: none; - font-size: 0.85em; + font-size: 1.00em; color: #444; margin-bottom: 2px; transition: background 0.1s, color 0.1s; @@ -199,7 +199,7 @@ .channel-field { display: flex; padding: 5px 14px; - font-size: 0.85em; + font-size: 1.00em; border-bottom: 1px solid #f5f5f5; gap: 12px; } @@ -350,7 +350,7 @@ .yaml-editor:focus { border-color: #0066cc; outline: none; } /* ---- Button styles ---- */ - .btn { border: none; border-radius: 4px; padding: 5px 12px; font-size: 0.85em; cursor: pointer; } + .btn { border: none; border-radius: 4px; padding: 5px 12px; font-size: 1.00em; cursor: pointer; } .btn-primary { background: #0066cc; color: #fff; } .btn-primary:hover { background: #0055aa; } .btn-success { background: #2a7a2a; color: #fff; } @@ -440,7 +440,7 @@ } .mpick-col:first-child { border-right: 1px solid #eee; } .mpick-item { - padding: 5px 10px; font-size: 0.85em; cursor: pointer; + padding: 5px 10px; font-size: 1.00em; cursor: pointer; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #f8f8f8; gap: 4px; }