From 839e9bd91cd178ca0d2977291473fb218741c48a Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 30 May 2021 16:07:57 +0200 Subject: [PATCH] [Web] Improve alias domain table --- data/web/css/site/index.css | 5 ++++- data/web/index.php | 2 +- data/web/js/site/mailbox.js | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/data/web/css/site/index.css b/data/web/css/site/index.css index 10f7c0d7..41438a87 100644 --- a/data/web/css/site/index.css +++ b/data/web/css/site/index.css @@ -2,4 +2,7 @@ #top { padding-top: 15px !important; } -} \ No newline at end of file +} +.ui-announcement-alert { + margin: 10px 0px 10px 0px; +} diff --git a/data/web/index.php b/data/web/index.php index b2ed064b..49958375 100644 --- a/data/web/index.php +++ b/data/web/index.php @@ -33,7 +33,7 @@ $_SESSION['index_query_string'] = $_SERVER['QUERY_STRING'];
-
+
Learn as ham'; } if (item.in_primary_domain !== "") { - item.domain = "↳ " + item.domain + " (" + item.in_primary_domain + ")"; + item.domain = ' ' + item.domain; } }); } @@ -854,6 +854,7 @@ jQuery(function($){ }, "ready.ft.table": function(e, ft){ table_mailbox_ready(ft, 'alias_table'); + $('.alias-domain-info').tooltip(); }, "after.ft.filtering": function(e, ft){ table_mailbox_ready(ft, 'alias_table');