From 3ec9a446e8af8c4afcfc7668a8178ad6dc98f2c5 Mon Sep 17 00:00:00 2001 From: abarrau Date: Tue, 5 Dec 2023 08:48:39 +0100 Subject: [PATCH] fix icon not align near qrz field on qso page --- application/views/qso/index.php | 4 ++-- assets/css/general.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 0c266885..c9271659 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -117,8 +117,8 @@
- - + +
diff --git a/assets/css/general.css b/assets/css/general.css index 18411b4d..226af578 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -661,4 +661,8 @@ table.dataTable tfoot td { } .warningOnSubmit_txt { margin-left:10px; +} + +.qso-icon-info { + margin-right:5px; } \ No newline at end of file