diff --git a/front/css/app.css b/front/css/app.css index 34689e95..9cdd6bea 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -248,7 +248,7 @@ a[target="_blank"] { .main-footer { padding: 5px; z-index: 10000; - /* position: inherit; */ + position: inherit; } .header-server-time @@ -1018,6 +1018,11 @@ height: 50px; /* report */ /* --------------------------------------------------------- */ +#notifications +{ + display: flex; +} + #notificationData { margin-bottom: 10px; diff --git a/front/userNotifications.php b/front/userNotifications.php index 52dd7080..f0181408 100755 --- a/front/userNotifications.php +++ b/front/userNotifications.php @@ -15,12 +15,12 @@ require 'php/templates/header.php';
-
+

-
+
@@ -75,6 +75,7 @@ require 'php/templates/header.php'; $(document).ready(function() { const table = $('#notificationsTable').DataTable({ + "autoWidth": false, "pageLength": parseInt(getSetting("UI_DEFAULT_PAGE_SIZE")), 'lengthMenu' : getLengthMenu(parseInt(getSetting("UI_DEFAULT_PAGE_SIZE"))), "columns": [