From baa789f29c57321ab3715d566be750ff78fbd528 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 5 Mar 2020 16:17:25 +0000 Subject: [PATCH] UI things for upcoming changes --- application/views/qso/index.php | 4 +++- assets/css/general.css | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index de785b98..5bbbbc10 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -308,7 +308,9 @@
-

QSO Map

+
+

QSO Map

+
diff --git a/assets/css/general.css b/assets/css/general.css index bb1c71ff..ff6095cc 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -192,4 +192,15 @@ TD.lotw{ .qsl_management { padding-top: 15px; +} + +/* +* +* +*/ +.qso-map-new .card-header { +background: #0F2027; /* fallback for old browsers */ +background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */ +background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ +color: #ffffff; } \ No newline at end of file