From 5d86d27b664b2192d67b79c261d149d235a75fc0 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 10 Jul 2026 13:47:52 +1000 Subject: [PATCH] BE: css fixes --- front/css/app.css | 7 ++++++- front/userNotifications.php | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) 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": [