diff --git a/htdocs/index.php b/htdocs/index.php index 1a25396d865..2270c492665 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -240,6 +240,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre commandes clients à honorer @@ -263,6 +264,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre propales ouvertes (expirées) @@ -313,6 +315,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre services à activer (en retard) @@ -338,6 +341,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre services actifs (à renouveler) @@ -363,6 +367,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre factures fournisseurs (à payer) @@ -388,6 +393,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre factures clients (à payer) @@ -411,6 +417,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre ecritures à rapprocher @@ -436,6 +443,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } // Nbre adhérent valides (attente cotisation) @@ -461,6 +469,7 @@ if (MAIN_SHOW_WORKBOARD == 1) else print ' '; print ''; print ''; + print "\n"; } print ''; diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index e22a1b1c949..39e082d37d4 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -349,6 +349,7 @@ function top_menu($head, $title="", $target="") /* * Barre de menu superieure */ + print "\n".''."\n"; print '
'."\n"; // Charge le gestionnaire des entrees de menu du haut @@ -376,7 +377,7 @@ function top_menu($head, $title="", $target="") print ''; } - print "
\n"; + print "\n\n\n"; } @@ -543,4 +544,4 @@ function llxFooter($foot='',$limitIEbug=1) print "\n"; print "\n"; } -?> \ No newline at end of file +?> diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index fc966cd93b5..369474712a2 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -150,9 +150,9 @@ div.tmenu border-bottom: 1px solid #8B9999; padding: 0px 0px 0px 0px; margin: 0px 0px 2px 0px; - font-weight:bold; + font-weight: bold; font-size: 12px; - height: 19px; + height: 21px; background: #b3c5cc; background-image : url(); color: #000000;