From 870e68e8134c145b85fe43db9b7cc27a25b34ed4 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Tue, 2 Dec 2003 17:04:37 +0000 Subject: [PATCH] =?UTF-8?q?Arrondi=20de=20ligne=20de=20semaine.=20Correcti?= =?UTF-8?q?on:=20le=20dimanche=20est=20le=20jour=20z=C2=8Ero?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc_agenda.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecrire/inc_agenda.php3 b/ecrire/inc_agenda.php3 index 1ad747e823..9f4cf29b0a 100644 --- a/ecrire/inc_agenda.php3 +++ b/ecrire/inc_agenda.php3 @@ -72,10 +72,10 @@ function agenda ($mois, $annee, $jour_ved, $mois_ved, $annee_ved, $semaine = fal echo "</td>"; } else if ($semaine AND $nom >= $debut AND $nom <= $fin) { if ($jour_semaine==1) { - $style = "-moz-border-radius-top$spip_lang_left: 5px; -moz-border-radius-bottom$spip_lang_left: 5px;"; + $style = "-moz-border-radius-top$spip_lang_left: 10px; -moz-border-radius-bottom$spip_lang_left: 10px;"; } - else if ($jour_semaine==7) { - $style = "-moz-border-radius-top$spip_lang_right: 5px; -moz-border-radius-bottom$spip_lang_right: 5px;"; + else if ($jour_semaine==0) { + $style = "-moz-border-radius-top$spip_lang_right: 10px; -moz-border-radius-bottom$spip_lang_right: 10px;"; } else { $style = ""; -- GitLab