Skip to content
Extraits de code Groupes Projets
Valider e7879de8 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Oups: sucre les "nouvelles" feuilles de style pour le calendrier. Ne pas...

Oups: sucre les "nouvelles" feuilles de style pour le calendrier. Ne pas interferer avec calendrier.css
parent 47c7310c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -264,11 +264,11 @@ function http_calendrier_navigation($jour, $mois, $annee, $partie_cal, $echelle, ...@@ -264,11 +264,11 @@ function http_calendrier_navigation($jour, $mois, $annee, $partie_cal, $echelle,
$script .= (strpos($script,'?') ? '&' : '?'); $script .= (strpos($script,'?') ? '&' : '?');
$args = "jour=$jour&mois=$mois&annee=$annee$ancre"; $args = "jour=$jour&mois=$mois&annee=$annee$ancre";
$retour = "<div class='navigation-calendrier'>"; $retour = "<div class='navigation-calendrier calendrier-moztop8' style='background-color: $couleur_foncee;'>";
if ($type != "mois") { if ($type != "mois") {
$retour .= "<div id='nav-cal-choix-display'>"; $retour .= "<div style='float: $spip_lang_right; padding-left: 5px; padding-right: 5px;'>";
if ($partie_cal == "tout") $img_att = " class='calendrier-opacity'"; if ($partie_cal == "tout") $img_att = " class='calendrier-opacity'";
else $img_att = ""; else $img_att = "";
$retour .= "<span$img_att>" $retour .= "<span$img_att>"
...@@ -305,8 +305,8 @@ function http_calendrier_navigation($jour, $mois, $annee, $partie_cal, $echelle, ...@@ -305,8 +305,8 @@ function http_calendrier_navigation($jour, $mois, $annee, $partie_cal, $echelle,
_T('info_zoom'). '+'); _T('info_zoom'). '+');
$retour .= "</div>"; $retour .= "</div>";
} }
$retour .= "<div id='nav-cal-choix-calendrier'>"; $retour .= "<div style='float: $spip_lang_right; padding-left: 5px; padding-right: 5px;'>";
$img_att = ($type == 'jour') ? " class='calendrier-opacity'" : ''; $img_att = ($type == 'jour') ? " class='calendrier-opacity'" : '';
$retour .= http_href_img(($script . "type=jour&echelle=$echelle&$args"),"cal-jour.gif", $img_att, _T('cal_par_jour')) . ""; $retour .= http_href_img(($script . "type=jour&echelle=$echelle&$args"),"cal-jour.gif", $img_att, _T('cal_par_jour')) . "";
$img_att = ($type == 'semaine') ? " class='calendrier-opacity'" : "" ; $img_att = ($type == 'semaine') ? " class='calendrier-opacity'" : "" ;
......
...@@ -1219,27 +1219,6 @@ div.brouteur_rubrique_on div a { ...@@ -1219,27 +1219,6 @@ div.brouteur_rubrique_on div a {
} }
/*
* Calendrier
*/
.navigation-calendrier {
background-color: <?php echo $couleur_foncee; ?>;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
}
#nav-cal-choix-display {
float: <?php echo $right; ?>;
padding-<?php echo $left; ?>: 10px;
}
#nav-cal-choix-calendrier {
float: <?php echo $right; ?>;
padding-<?php echo $left; ?>: 10px;
}
/* /*
* Styles generes par les raccourcis de mis en page * Styles generes par les raccourcis de mis en page
*/ */
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter