From 6a8cc38921afee5c6a15e258df792e7f294e3ecc Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 15 Aug 2023 13:29:27 +0100 Subject: [PATCH] [QSO][CSS] Set the correct bottom margin of the radio status box --- assets/css/general.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 50f6f767..7f4fcd21 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -507,4 +507,8 @@ div#station_logbooks_linked_table_paginate { .highcharts-data-table tr:hover { background: #f1f7ff; +} + +#radio_cat_state { + margin-bottom: 10px; } \ No newline at end of file