This commit is contained in:
KONE SOREL 2025-12-13 09:40:54 +00:00
parent f9a7c9fa96
commit 384337dc42
2 changed files with 5 additions and 5 deletions

View File

@ -716,7 +716,7 @@
}
.logo img {
width: 70px !important;
width: 90px !important;
height: auto !important;
max-height: 40px;
margin-left:-37px;
@ -912,7 +912,7 @@
}
.mobile-nav-label{
font-size: 8pt !important;
font-size: 7pt !important;
}
.mobile-nav-icon:active, .mobile-nav-icon:focus-visible {

View File

@ -94,7 +94,7 @@
<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 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 -->
</head>
@ -144,7 +144,7 @@
<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();">
<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>
@ -251,7 +251,7 @@
<div class="mobile-nav-item burger-menu-container">
<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>
<span class="mobile-nav-label"><?= _("Plus") ?></span>
<span class="mobile-nav-label"><?= _("+") ?></span>
</a>
<!-- Menu déroulant des menus supplémentaires -->