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');