From 8323dfbfe0b0ca64fde6899d9b6d40f09a42cf56 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 22 Dec 2019 15:41:37 +0000 Subject: [PATCH] better UI for new alias page --- .../templates/dashboard/custom_alias.html | 52 ++++++++++--------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/app/dashboard/templates/dashboard/custom_alias.html b/app/dashboard/templates/dashboard/custom_alias.html index dfa57f24..7cf3c95b 100644 --- a/app/dashboard/templates/dashboard/custom_alias.html +++ b/app/dashboard/templates/dashboard/custom_alias.html @@ -17,22 +17,22 @@
-
+
{% if custom_domains %} -
+
{% endif %}
-
+
-
+

.{{ email_suffix }}@{{ EMAIL_DOMAIN }} @@ -40,13 +40,13 @@

-
+
You can use letter, number or dash. Alias cannot be empty.
-
+
@@ -56,29 +56,31 @@ {% if custom_domains %}

OR with your custom domains

- {% for custom_domain in custom_domains %} - - - +
+ {% for custom_domain in custom_domains %} + + + -
-
- -
-
- - - @{{ custom_domain.domain }} - - -
-
+
+
+ +
+ + @{{ custom_domain.domain }} + +
+
+
+ +
-
- - {% endfor %} + + + {% endfor %} +
{% endif %}