diff --git a/index.php b/index.php index 7e915ac..1260f3a 100644 --- a/index.php +++ b/index.php @@ -29,8 +29,12 @@

You can add a new Email account your primary and all other domains.
Please do not add your domain, just everything in front of the @-symbol.

+ + +
diff --git a/static/style.css b/static/style.css index 7ac120c..858a430 100644 --- a/static/style.css +++ b/static/style.css @@ -50,7 +50,7 @@ button { color:#c00; font-weight:bold; } -#outer div.more i.hide { +#outer div.more button.hide { display:none; } #outer div.more p { @@ -61,10 +61,10 @@ button { } /* clicked style div.click */ -#outer div.click i.show { +#outer div.click button.show { display:none; } -#outer div.click i.hide { +#outer div.click button.hide { display:block; } #outer div.click p {