From c0ea503bf5d98f4522cf26e424ef73b8518e42b5 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 27 May 2023 00:04:42 -0400 Subject: [PATCH] Changing HTML stuff to accommodate generic paging display. --- htdocs/css/openwebrx.css | 23 ++++++++++++++++------- htdocs/index.html | 2 +- htdocs/lib/DemodulatorPanel.js | 2 +- htdocs/lib/MessagePanel.js | 24 +++++++++++++----------- htdocs/openwebrx.js | 4 ++-- 5 files changed, 33 insertions(+), 22 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index db47dd0a..be4b8080 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1198,23 +1198,32 @@ img.openwebrx-mirror-img white-space: pre; } -#openwebrx-panel-flex-message { +#openwebrx-panel-page-message { height: 310px; } -#openwebrx-panel-flex-message tbody { +#openwebrx-panel-page-message tbody { height: 280px; } -#openwebrx-panel-flex-message .address { - width: 100px; +#openwebrx-panel-page-message .address { + width: 120px; font-weight: bold; background-color: #fff; + text-align: center; color: #000; } -#openwebrx-panel-flex-message .timestamp { - width: 486px; +#openwebrx-panel-page-message .mode { + width: 120px; + font-weight: normal; + background-color: #fff; + text-align: center; + color: #000; +} + +#openwebrx-panel-page-message .timestamp { + width: 346px; max-width: 486px; font-weight: bold; background-color: #fff; @@ -1223,7 +1232,7 @@ img.openwebrx-mirror-img white-space: pre; } -#openwebrx-panel-flex-message .message { +#openwebrx-panel-page-message .message { width: 566px; max-width: 566px; column-span: all; diff --git a/htdocs/index.html b/htdocs/index.html index 53e06b9f..60c7da94 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -83,7 +83,7 @@ - +