From 789d2c9748f6c8f7ca7567301339e1ab5a50e518 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 20 Jul 2022 08:56:18 +0200 Subject: [PATCH] setting full_email for select-email widgets (aliases & forwards) and label-on-left for smtp&sieve port (does NOT yet work) --- admin/templates/default/mailaccount.xet | 10 +++++----- admin/templates/pixelegg/app.css | 10 ---------- admin/templates/pixelegg/app.less | 3 +-- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/admin/templates/default/mailaccount.xet b/admin/templates/default/mailaccount.xet index 57dcd93177..a117ae77f4 100644 --- a/admin/templates/default/mailaccount.xet +++ b/admin/templates/default/mailaccount.xet @@ -186,7 +186,7 @@ - + @@ -255,17 +255,17 @@ - + - + - + diff --git a/admin/templates/pixelegg/app.css b/admin/templates/pixelegg/app.css index 64f178c53e..6cbb4841b5 100755 --- a/admin/templates/pixelegg/app.css +++ b/admin/templates/pixelegg/app.css @@ -9,7 +9,6 @@ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhardt * @package addressbook - * @version $Id$ */ /** * EGroupware - CSS Styles used by admin app @@ -123,9 +122,6 @@ td.admin_userAgent span { display: none; padding-top: 5px; } -.emailadmin_ssl { - margin-right: 10px; -} .emailadmin_port { width: 5em; } @@ -161,12 +157,6 @@ span#admin-mailaccount_acc_id { padding-left: 5px; align-self: center; } -#admin-mailaccount_mailLocalAddress { - width: 98%; -} -select#admin-mailaccount_ident_id { - width: 95%; -} /** * new et2 site configuration */ diff --git a/admin/templates/pixelegg/app.less b/admin/templates/pixelegg/app.less index 3fc7ba9b18..9bbc8a69c6 100755 --- a/admin/templates/pixelegg/app.less +++ b/admin/templates/pixelegg/app.less @@ -9,7 +9,6 @@ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhardt * @package addressbook - * @version $Id$ */ @@ -63,4 +62,4 @@ #admin-account-delete .dialogFooterToolbar .et2_button_delete { margin-left: 0; } -} +} \ No newline at end of file