diff --git a/static/style.css b/static/style.css index 4e05600..f8b14d0 100644 --- a/static/style.css +++ b/static/style.css @@ -183,10 +183,18 @@ form .row { display: inline-block; } -.error { - background-color: #e66; +.error, .success { color: white; text-align: center; font-size: 1.6em; padding: 10px; } +.error { + background-color: #e66; +} +.error.err-small { + font-size: 1.0em; +} +.success { + background-color: #6e6; +} diff --git a/templates/settings.html b/templates/settings.html index 0b3e9a5..f51cdbd 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -10,9 +10,12 @@

Account settings

+ + {% include 'error.html' %} + {% include 'success.html' %}
-
+

Login settings

Update your email and password here.

@@ -32,6 +35,10 @@

When should FediBooks send you email?

+
+ Note: This feature isn't ready yet. As of now, FediBooks will not send you email. +
+