From c676a35b210d2a6f201551369c5fde4427ed2b29 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 13 Jun 2019 14:39:35 +0100 Subject: [PATCH] Shifted QSO notifications to the right panel rather than top to keep elements at the same height --- application/views/qso/index.php | 24 +++++++++++------------- assets/css/general.css | 4 ++++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 939417dcb..86baffcc5 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -1,17 +1,5 @@
- - - - - - - -
@@ -287,10 +275,20 @@
+ + + + + +
-

Previous Contacts

+

Previous Contacts

diff --git a/assets/css/general.css b/assets/css/general.css index 776024272..f317601d8 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -106,4 +106,8 @@ TD.lotw{ .qso-edit-box { padding: 10px; +} + +.previous-qsos .card-title { + margin-bottom: 0px; } \ No newline at end of file