diff --git a/web/css/styles.min.css b/web/css/styles.min.css
index a3b3212e7..67ed2c4bd 100644
--- a/web/css/styles.min.css
+++ b/web/css/styles.min.css
@@ -2826,6 +2826,10 @@ a.button.cancel {
padding: 7px 5px 12px 20px;
margin-top: 17px;
width: 334px;
+ overflow: hidden;
+}
+.mail-infoblock:hover {
+ overflow: visible;
}
.mail-infoblock td {
color: #777;
@@ -2836,6 +2840,10 @@ a.button.cancel {
.mail-infoblock td:first-child{
padding-right: 15px;
}
+.mail-infoblock div {
+ width: 190px;
+ white-space: nowrap;
+}
.additional-info {
margin-left: 30px;
diff --git a/web/templates/admin/add_mail_acc.html b/web/templates/admin/add_mail_acc.html
index 28602626d..5e0096466 100644
--- a/web/templates/admin/add_mail_acc.html
+++ b/web/templates/admin/add_mail_acc.html
@@ -146,43 +146,43 @@
=__('Username')?>: |
- william.cage@=htmlentities($v_domain)?> |
+ william.cage@=htmlentities($v_domain)?> |
=__('Password')?>: |
- ****** |
+ ****** |
=__('IMAP hostname')?>: |
- =$hostname?> |
+ =$hostname?> |
=__('IMAP port')?>: |
- 143 |
+ 143 |
=__('IMAP security')?>: |
- =__('STARTTLS')?> |
+ =__('STARTTLS')?> |
=__('IMAP auth method')?>: |
- =__('Normal password')?> |
+ =__('Normal password')?> |
=__('SMTP hostname')?> |
- =$hostname?> |
+ =$hostname?> |
=__('SMTP port')?>: |
- 587 |
+ 587 |
=__('SMTP security')?>: |
- =__('STARTTLS')?> |
+ =__('STARTTLS')?> |
=__('SMTP auth method')?>: |
- =__('Normal password')?> |
+ =__('Normal password')?> |
diff --git a/web/templates/admin/edit_mail_acc.html b/web/templates/admin/edit_mail_acc.html
index 66ee7b6d9..20a286f95 100644
--- a/web/templates/admin/edit_mail_acc.html
+++ b/web/templates/admin/edit_mail_acc.html
@@ -155,43 +155,43 @@
=__('Username')?>: |
- william.cage@=htmlentities($v_domain)?> |
+ william.cage@=htmlentities($v_domain)?> |
=__('Password')?>: |
- ****** |
+ ****** |
=__('IMAP hostname')?>: |
- =$hostname?> |
+ =$hostname?> |
=__('IMAP port')?>: |
- 143 |
+ 143 |
=__('IMAP security')?>: |
- =__('STARTTLS')?> |
+ =__('STARTTLS')?> |
=__('IMAP auth method')?>: |
- =__('Normal password')?> |
+ =__('Normal password')?> |
=__('SMTP hostname')?> |
- =$hostname?> |
+ =$hostname?> |
=__('SMTP port')?>: |
- 587 |
+ 587 |
=__('SMTP security')?>: |
- =__('STARTTLS')?> |
+ =__('STARTTLS')?> |
=__('SMTP auth method')?>: |
- =__('Normal password')?> |
+ =__('Normal password')?> |