Skip to content
Extraits de code Groupes Projets
Valider 169b1303 rédigé par esj's avatar esj
Parcourir les fichiers

evacuation manuelle des font-size:NNpx particuliers.

parent 0a6a84b7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -222,7 +222,7 @@ else {
if ($ps) {
echo debut_cadre_enfonce();
echo "<div $dir_lang style='font-size 14px; ' class='verdana1'>", "<b>"._T('info_ps')."</b>", $ps, "</div>";
echo "<div $dir_lang class='verdana1 spip_small'>", "<b>"._T('info_ps')."</b>", $ps, "</div>";
echo fin_cadre_enfonce();
}
......
......@@ -269,8 +269,7 @@ function editer_article_chapo($chapo, $config, $aider)
"</td>" .
"<td style='width: 10px'>&nbsp;</td>" .
"<td valign='top' style='width: 50%'>" .
"<input type='text' name='virtuel' class='forml'
style='font-size: 10px;' value=\"$virtuel\" size='40' />" .
"<input type='text' name='virtuel' class='forml spip_xx-small' value=\"$virtuel\" size='40' />" .
"<input type='hidden' name='changer_virtuel' value='oui' />" .
"</td></tr></table>\n" .
"<span class='verdana1 spip_small'>" . _T('texte_article_virtuel_reference') . "</span>" .
......
......@@ -242,14 +242,13 @@ function exec_test_ajax_dist() {
// http://doc.spip.org/@afficher_bouton_preview
function afficher_bouton_preview() {
$x = _T('previsualisation');
return '<div style="
return '<div class="spip_large" style="
display: block;
color: #eeeeee;
background-color: #111111;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 5px;
font-size: 18px;
top: 0px;
left: 0px;
position: absolute;
......
......@@ -1717,10 +1717,10 @@ function liste_articles_bloques()
$ze_titre = $row['titre'];
$statut = $row["statut"];
$res .= "\n<div class='$statut'><a style='font-size: 10px;' href='"
$res .= "\n<div class='$statut spip_xx-small'><a href='"
. generer_url_ecrire("articles","id_article=$ze_article")
. "'>$ze_titre</a>"
. "\n<div class='spip_xx-small' style='text-align:right; '>"
. "\n<div style='text-align:right; '>"
. debloquer_article($ze_article,_T('lien_liberer'))
. "</div>"
. "</div>";
......@@ -1841,7 +1841,7 @@ function afficher_numero_edit($id, $key, $type)
static $numero , $style='' ;
if (!$style) {
$style = " style='float: $spip_lang_right; padding-$spip_lang_left: 4px;font-size: 10px; color: black; '";
$style = " class='spip_xx-small' style='float: $spip_lang_right; padding-$spip_lang_left: 4px; color: black; '";
$numero = _T('info_numero_abbreviation');
}
......
......@@ -54,8 +54,7 @@ function inc_regler_moderation_dist($id_article, $script, $args) {
$r .= "\n\t"
. _T('info_fonctionnement_forum')
. "\n\t<select name='change_accepter_forum'
class='fondl'
style='font-size:10px;'
class='fondl spip_xx-small'
onchange=\"findObj_forcer('valider_regler_moderation_$id_article').style.visibility='visible';\"
>";
......
......@@ -28,9 +28,9 @@ function inc_virtualiser_dist($id_article, $flag, $virtuel, $script, $args)
. $virtuel
. "' size='40' /><br />\n"
. "<span class='verdana1 spip_small'>(<b>"._T('texte_article_virtuel') . "&nbsp;:</b>$t)</span>"
. "\n<div align='$spip_lang_right'><input type='submit' class='fondo' value='"
. "\n<div align='$spip_lang_right'><input type='submit' class='fondo spip_xx-small' value='"
. _T('bouton_changer')
. "' style='font-size:10px' /></div>";
. "' /></div>";
$res = ajax_action_auteur('virtualiser', $id_article, $script, $args, $res);
return ajax_action_greffe("virtualiser-$id_article", $res);
......
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