Majcool
This commit is contained in:
parent
8bd3232321
commit
0c4676b4a1
|
|
@ -99,9 +99,9 @@ body {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-btn i{
|
.notification-btn i{font-style: 14pt;}
|
||||||
font-style: 14pt;
|
|
||||||
}
|
#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.24.20" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.25.00" 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">
|
||||||
|
|
||||||
<!-- ============================================
|
<!-- ============================================
|
||||||
|
|
@ -264,8 +264,8 @@ console.groupEnd();
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- Logo Assureur -->
|
<!-- Logo Assureur -->
|
||||||
<div >
|
<div id="lienlogo">
|
||||||
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Logo Assureur " style="width:60px;max-height: 40px;">
|
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Logo Assureur">
|
||||||
<span > <?=$companyDisplayName?> </span>
|
<span > <?=$companyDisplayName?> </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user