BE: css fixes

This commit is contained in:
jokob-sk
2026-07-10 13:47:52 +10:00
parent 7f4c7907be
commit 5d86d27b66
2 changed files with 9 additions and 3 deletions

View File

@@ -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;

View File

@@ -15,12 +15,12 @@ require 'php/templates/header.php';
<div id="notifications" class="content-wrapper">
<?php require 'php/templates/skel_notifications.php'; ?>
<section class="content">
<section class="content table-responsive">
<div class="notification-box box box-gray col-xs-12" >
<div class="box-header">
<h3 class="box-title text-aqua"><?= lang('Notifications_All');?></h3>
</div>
<div class="box-body table-responsive">
<div class=" ">
<table id="notificationsTable" class="table table-bordered table-hover table-striped display">
<thead>
<tr>
@@ -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": [