From 22e1ac61fb01d3d841aed6edab903288c4f1cc6f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 6 Jun 2025 09:32:08 +0200 Subject: [PATCH] Cosmetic : menu appearance --- html/css/style-classic7.css | 34 ++++++++++++++++++++++------------ include/tax_summary.inc.php | 2 ++ include/template/menu.php | 5 +++-- 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index e5bdb2f7f..243cfdc38 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -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) { diff --git a/include/tax_summary.inc.php b/include/tax_summary.inc.php index 7f0b67bcb..3afa4b201 100644 --- a/include/tax_summary.inc.php +++ b/include/tax_summary.inc.php @@ -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 '
'; echo '
'; 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 ''; } } +echo '
'; \ No newline at end of file diff --git a/include/template/menu.php b/include/template/menu.php index 7a0ffcc2f..64345b00c 100644 --- a/include/template/menu.php +++ b/include/template/menu.php @@ -3,8 +3,9 @@ //see licence.txt \Noalyss\Dbg::echo_var(1,"LEVEL MENU IS {$level} access_code {$access_code}"); - -?>
+//@var $style_menu (string) possible values are topmenu, menu2 or menu3 +?> +
';