From 10f8349961cb35e9ea11dbca80f3191cc906c761 Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 4 Apr 2022 20:30:01 +0200 Subject: [PATCH] Fix css and config hint --- application/views/user/add.php | 2 +- application/views/user/edit.php | 2 +- assets/css/general.css | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/application/views/user/add.php b/application/views/user/add.php index ed291225..c0bee047 100644 --- a/application/views/user/add.php +++ b/application/views/user/add.php @@ -233,7 +233,7 @@ -
Please set your qrz.com API key in the station locations configuration (XML subscription required).
+
Please set your qrz.com credentials in the general config file.
diff --git a/application/views/user/edit.php b/application/views/user/edit.php index 2fe437ae..dad01ebe 100644 --- a/application/views/user/edit.php +++ b/application/views/user/edit.php @@ -429,7 +429,7 @@ -
Please set your qrz.com API key in the station locations configuration (XML subscription required).
+
Please set your qrz.com credentials in the general config file.
diff --git a/assets/css/general.css b/assets/css/general.css index 427b04da..77a5a28b 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -303,7 +303,11 @@ div#station_logbooks_linked_table_paginate { /* qrz.com profile picture Styles */ -.callsign-image .card-title { +.card-title { + margin-bottom: 0px; + } + +.callsign-image { margin-bottom: 10px; margin-left: auto; margin-right: auto;