Cosmetic : menu appearance

This commit is contained in:
sparkyx 2025-06-06 09:32:08 +02:00
parent 34489f6875
commit 22e1ac61fb
3 changed files with 27 additions and 14 deletions

View file

@ -359,32 +359,33 @@ div.recherche_form{
}
div.content{
padding-top:0.0030%;
margin-top:0.0030%;
margin-right: 0.15%;
width:99.7%;
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
font-family: 'OpenSansRegular';
font-size:100%;
font-size:1rem;
font-size:0.95rem;
padding:0rem;
font-size:95%;
}
div.content {
font-size:90%;
}
/* SM */
@media (min-width: 576px) {
}
/* MD */
@media (min-width: 768px) {
div.content {
font-size:100%;
padding-top:0.0030%;
margin-top:0.0030%;
margin-right: 0.15%;
padding:0.5rem;
}
}
/* LG */
@media (min-width: 992px) {
div.content {
padding:1.2rem;
}
}
/* XL */
@media (min-width: 1200px) {
@ -1129,6 +1130,7 @@ td.toolselected a.mtitle {
div.topmenu {
font-size:100%;
font-size:1rem;
margin-top:20px;
}
.topmenu table {
@ -3319,6 +3321,10 @@ margin:1px;
/* width: 20rem !important;*/
width: 100% !important;
}
.nav-fill .nav-item
{
width:22%;
}
}
/* MD */
@media (min-width: 768px) {
@ -3327,6 +3333,10 @@ margin:1px;
width: 100% !important;
}
.nav-fill .nav-item
{
width:auto;
}
}
/* LG */
@media (min-width: 992px) {

View file

@ -32,6 +32,7 @@ $end = $http->request("end_date", "date", $limit[1]);
$start_periode = new IDate("start_date", $start);
$end_periode = new IDate("end_date", $end);
echo '<div class="content">';
echo '<FORM METHOD="GET">';
echo HtmlInput::array_to_hidden(['gDossier','ac'],$_GET);
echo HtmlInput::hidden("do","display");
@ -89,3 +90,4 @@ if ( $http->get("do","string","no") == "display")
echo '</span>';
}
}
echo '</div>';

View file

@ -3,8 +3,9 @@
//see licence.txt
\Noalyss\Dbg::echo_var(1,"LEVEL MENU IS {$level} access_code {$access_code}");
?><div class="">
//@var $style_menu (string) possible values are topmenu, menu2 or menu3
?>
<div class="<?=$style_menu?>">
<?php
if ($level == 0) {
echo '<ul class="nav nav-pills nav-fill flex-row noprint nav-level0" >';