diff --git a/src/project/static/css/style.css b/src/project/static/css/style.css index 0adee7f..9436c33 100644 --- a/src/project/static/css/style.css +++ b/src/project/static/css/style.css @@ -267,6 +267,12 @@ button:hover { opacity : 1.0; } +button:disabled { + opacity : 0.6; + background : var(--twilight); + cursor : default; +} + article table { width : 100%; border-spacing : 0; diff --git a/src/project/templates/account/email.html b/src/project/templates/account/email.html index a1aaf53..1dc31e9 100644 --- a/src/project/templates/account/email.html +++ b/src/project/templates/account/email.html @@ -16,6 +16,12 @@
{% csrf_token %}
+
+ + + + +
@@ -62,13 +68,6 @@
- -
- - - -
-
{% else %} @@ -77,7 +76,7 @@ {% trans "You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc." %}

{% endif %} - +