aa
This commit is contained in:
parent
f9a7c9fa96
commit
384337dc42
|
|
@ -716,7 +716,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo img {
|
.logo img {
|
||||||
width: 70px !important;
|
width: 90px !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
margin-left:-37px;
|
margin-left:-37px;
|
||||||
|
|
@ -912,7 +912,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-nav-label{
|
.mobile-nav-label{
|
||||||
font-size: 8pt !important;
|
font-size: 7pt !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-nav-icon:active, .mobile-nav-icon:focus-visible {
|
.mobile-nav-icon:active, .mobile-nav-icon:focus-visible {
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
<link href="Bootstrap_new/css/custom.css?ver=2024.08.26.02" rel="stylesheet">
|
<link href="Bootstrap_new/css/custom.css?ver=2024.08.26.02" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-Avb2QiuDEEvB4bZJYdft2mNjVShBftLdPG8FJ0V7irTLQ8Uo0qcPxh4Plq7G5tGm0rU+1SPhVotteLpBERwTkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-Avb2QiuDEEvB4bZJYdft2mNjVShBftLdPG8FJ0V7irTLQ8Uo0qcPxh4Plq7G5tGm0rU+1SPhVotteLpBERwTkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
|
||||||
<link href="Bootstrap_new/css/style_new.css?ver=2025.11.24.02" rel="stylesheet">
|
<link href="Bootstrap_new/css/style_new.css?ver=2025.12.13.00" rel="stylesheet">
|
||||||
<!-- END: webview fixes -->
|
<!-- END: webview fixes -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a title="<?= _("Gestionnaire d'assurance santé");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:infos_entite();">
|
<a title="<?= _("Gestionnaire d'assurance santé");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:infos_entite();">
|
||||||
|
|
||||||
<img id="lienLogo" src="<?= $_SESSION['lienLogo'] ?>" alt="Profile" style="width:100px;max-height: 60px;" class="rounded-circle">
|
<img id="lienLogo" src="<?= $_SESSION['lienLogo'] ?>" alt="Profile">
|
||||||
|
|
||||||
<span id="nomSociete" class="d-none d-lg-inline"> <?=$companyDisplayName?> </span>
|
<span id="nomSociete" class="d-none d-lg-inline"> <?=$companyDisplayName?> </span>
|
||||||
|
|
||||||
|
|
@ -251,7 +251,7 @@
|
||||||
<div class="mobile-nav-item burger-menu-container">
|
<div class="mobile-nav-item burger-menu-container">
|
||||||
<a class="mobile-nav-link burger-menu-toggle" href="javascript:void(0);" id="burgerMenuToggle">
|
<a class="mobile-nav-link burger-menu-toggle" href="javascript:void(0);" id="burgerMenuToggle">
|
||||||
<i class="bi bi-list mobile-nav-icon burger-icon"></i>
|
<i class="bi bi-list mobile-nav-icon burger-icon"></i>
|
||||||
<span class="mobile-nav-label"><?= _("Plus") ?></span>
|
<span class="mobile-nav-label"><?= _("+") ?></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Menu déroulant des menus supplémentaires -->
|
<!-- Menu déroulant des menus supplémentaires -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user