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

Petits reglages graphiques (date de redaction).

Dans feuille de style, quand case formulaire 100%, padding de 2px pour decoller legerement le texte du bord de la case.
parent e48ccfa4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -813,7 +813,7 @@ if ($flag_editable AND ($options == 'avancees' OR $statut_article == 'publie'))
if ($statut_article == 'publie') {
echo "<TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0 WIDTH=100% BACKGROUND=''>";
echo "<TR><TD BGCOLOR='$couleur_foncee' COLSPAN=2><FONT SIZE=2 COLOR='#FFFFFF'><B>DATE DE PUBLICATION EN LIGNE :";
echo "<TR><TD BGCOLOR='$couleur_foncee' COLSPAN=2><FONT SIZE=1 COLOR='#FFFFFF'><B>DATE DE PUBLICATION EN LIGNE :";
echo aide ("artdate");
echo "</B></FONT></TD></TR>";
echo "<TR><TD ALIGN='center'>";
......@@ -833,8 +833,8 @@ if ($flag_editable AND ($options == 'avancees' OR $statut_article == 'publie'))
}
else {
echo "<TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0 WIDTH=100% BACKGROUND=''>";
echo "<TR><TD BGCOLOR='$couleur_foncee'><FONT SIZE=2 COLOR='#FFFFFF' face='Verdana,Arial,Helvetica,sans-serif'>DATE DE CREATION DE L'ARTICLE";
echo " : <B><font color='black'>".majuscules(affdate($date))."</font></B></FONT>".aide('artdate')."</TD></TR>";
echo "<TR><TD BGCOLOR='$couleur_foncee'><FONT SIZE=1 COLOR='#FFFFFF' face='Verdana,Arial,Helvetica,sans-serif'><b>DATE DE CREATION DE L'ARTICLE :</b> ";
echo "<B><font color='black'>".majuscules(affdate($date))."</font></B></FONT>".aide('artdate')."</TD></TR>";
echo "</TABLE>";
}
......
......@@ -6,8 +6,8 @@
if (!isset($couleur_foncee))
$couleur_foncee = "#3874B0";
?>
.forml {width: 100%; background-color: #E4E4E4; background-position: center bottom; float: none; color: #000000}
.formo {width: 100%; background-color: <?php echo $couleur_claire; ?>; background-position: center bottom; float: none;}
.forml {width: 100%; padding: 2px; background-color: #E4E4E4; background-position: center bottom; float: none; color: #000000}
.formo {width: 100%; padding: 2px; background-color: <?php echo $couleur_claire; ?>; background-position: center bottom; float: none;}
.fondl {background-color: <?php echo $couleur_claire; ?>; background-position: center bottom; float: none; color: #000000}
.fondo {background-color: <?php echo $couleur_foncee; ?>; background-position: center bottom; float: none; color: #FFFFFF}
.fondf {background-color: #FFFFFF; border-style: solid ; border-width: 1; border-color: #E86519; color: #E86519}
......@@ -38,7 +38,7 @@ a.icone:hover { text-decoration: none; }
a.spip_in {background-color:#eeeeee;}
a.spip_out {}
a.spip_note {}
.spip_recherche {width : 100px; font-size: 9px;}
.spip_recherche {padding: 2px; width : 100px; font-size: 9px;}
.spip_cadre {
width : 100%;
background-color: #FFFFFF;
......
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