Skip to content
Extraits de code Groupes Projets
Valider b5708007 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

remplacer de la souppe par une class

et repare au passage un bug en RTL
parent 3036e538
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -1153,8 +1153,7 @@ function sous_enfant_rub($collection2){ ...@@ -1153,8 +1153,7 @@ function sous_enfant_rub($collection2){
changer_typo($row['lang']); changer_typo($row['lang']);
$lang_dir = lang_dir($row['lang']); $lang_dir = lang_dir($row['lang']);
if (autoriser('voir','rubrique',$id_rubrique2)) if (autoriser('voir','rubrique',$id_rubrique2))
$retour.="\n<li><div class='arial11' " . $retour.="\n<li class='arial11 rubrique_12' dir='$lang_dir'><a href='" . generer_url_ecrire("naviguer","id_rubrique=$id_rubrique2") . "'>".typo($titre2)."</a></li>\n";
http_style_background('rubrique-12.gif', "left center no-repeat; padding: 2px; padding-$spip_lang_left: 18px; margin-$spip_lang_left: 3px") . "><a href='" . generer_url_ecrire("naviguer","id_rubrique=$id_rubrique2") . "'><span dir='$lang_dir'>".typo($titre2)."</span></a></div></li>\n";
} }
if (!$retour) return ''; if (!$retour) return '';
......
...@@ -560,6 +560,7 @@ td.annonce, a.annonce { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_ ...@@ -560,6 +560,7 @@ td.annonce, a.annonce { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_
td.message, a.message { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi[(#GET{rtl})].gif) center [(#GET{left})] no-repeat; padding-#GET{left}: 10px; } td.message, a.message { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi[(#GET{rtl})].gif) center [(#GET{left})] no-repeat; padding-#GET{left}: 10px; }
.enfants ul { list-style: none; } .enfants ul { list-style: none; }
.enfants ul li.rubrique_12 {background:url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=rubrique-12.gif)[ (#GET{left})] center no-repeat; padding: 2px; padding-#GET{left}: 18px; margin-#GET{left}: 3px}
/* * ***************************************************/ /* * ***************************************************/
/* directives specifiques a une page */ /* directives specifiques a une 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