From efe88a52d3eb8496ddf84930c27893ff8cbe81b5 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 14 Nov 2021 10:48:31 -0500 Subject: [PATCH] Slight re-wording on main configuration help screen (#62) --- apprise_api/api/templates/config.html | 10 +++++----- apprise_api/static/css/base.css | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apprise_api/api/templates/config.html b/apprise_api/api/templates/config.html index cd0de34..95cfc7b 100644 --- a/apprise_api/api/templates/config.html +++ b/apprise_api/api/templates/config.html @@ -53,11 +53,11 @@
-

- {% blocktrans %}To get started, the first thing you want to do is define your configuration. Do this by - clicking on the Configuration tab. - {% endblocktrans %} -

+

+ info + {% blocktrans %}Once you have successfully load at least one Apprise URL on the settings Configuration section, your loaded entries will display here. + {% endblocktrans %} +

{% else %} diff --git a/apprise_api/static/css/base.css b/apprise_api/static/css/base.css index 432571c..27aea24 100644 --- a/apprise_api/static/css/base.css +++ b/apprise_api/static/css/base.css @@ -42,6 +42,12 @@ em { font-weight:bold; } +.no-config .info { + color: #004d40; + font-size: 3.3rem; + +} + textarea { height: 16rem; }