valider
This commit is contained in:
parent
df12c3c165
commit
09eafceeab
|
|
@ -99,9 +99,7 @@ body {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-btn i{font-style: 14pt !important;}
|
#lienlogo img{width:50px; max-height: 50px;}
|
||||||
|
|
||||||
#lienlogo img{width:60px; max-height: 60px;}
|
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
SIDEBAR STYLES
|
SIDEBAR STYLES
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ console.groupEnd();
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.25.01" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.25.02" rel="stylesheet">
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||||
|
|
||||||
<!-- ============================================
|
<!-- ============================================
|
||||||
|
|
@ -259,7 +259,7 @@ console.groupEnd();
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
|
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
|
||||||
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
|
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
|
||||||
<i class="bi bi-bell"></i>
|
<i class="bi bi-bell" style="font-style: 15pt !important;"></i>
|
||||||
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
|
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user