diff --git a/css/pistar-css-mini.php b/css/pistar-css-mini.php index b377569..a24e6b4 100644 --- a/css/pistar-css-mini.php +++ b/css/pistar-css-mini.php @@ -614,6 +614,11 @@ table th { border-bottom: 2px solid var(--accent); } +/* See css/pistar-css.php for why this is scoped to .log-table only. */ +table.log-table th { + text-align: left; +} + table tr:nth-child(even) { background: var(--table-even); } diff --git a/css/pistar-css.php b/css/pistar-css.php index 163f6c8..5a9b2da 100644 --- a/css/pistar-css.php +++ b/css/pistar-css.php @@ -757,6 +757,18 @@ table th { border-bottom: 2px solid var(--accent); } +/* Log-style tables (Last Heard, Local TX, D-Star activity lists) render + every data cell with align="left"; headers inherit the sitewide + `table { text-align: center; }` though, so the caption visually + drifts away from its column's actual left-aligned content - most + noticeable on wide columns like Target. Left-align just these + headers rather than changing text-align sitewide, since the vast + majority of the dashboard's other tables (config grids, status + tables) intentionally keep centered cells. */ +table.log-table th { + text-align: left; +} + table tr:nth-child(even) { background: var(--table-even); } diff --git a/mmdvmhost/lh.php b/mmdvmhost/lh.php index cb6babd..882c5c3 100644 --- a/mmdvmhost/lh.php +++ b/mmdvmhost/lh.php @@ -57,7 +57,7 @@ if ($callsignLookupSvc == "QRZ") { $callsignLookupUrl = "https://www.qrz.com/db/ ?> -
| ()Time in time zone | Transmitted Mode |
|---|