C'est bizarre, j'ai voulu essayer en passant par l'éditeur de thème du panneau d'admin, un peu galère on ne peut pas rechercher dedans soit dit en passant.
J'ai donc laborieusement trouvé le "Poster Profile Block" et il contient ça :
- Code: Tout sélectionner
.postprofile {
color: #666666;
border-left-color: #FFFFFF;
}
.rtl .postprofile {
border-right-color: #FFFFFF;
border-left-color: transparent;
}
.pm .postprofile {
border-left-color: #DDDDDD;
}
.rtl .pm .postprofile {
border-right-color: #DDDDDD;
border-left-color: transparent;
}
.postprofile strong {
color: #000000;
}
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}
Alors que si je passe directement par mes fichiers, j'obtiens ça :
- Code: Tout sélectionner
.postprofile {
/* Also see tweaks.css */
margin: 10px 0 5px 0;
min-height: 80px;
color: #666666;
border-right: 1px solid #FFFFFF;
width: 22%;
float: left;
display: inline;
}
.pm .postprofile {
border-right: 1px solid #DDDDDD;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
}
.postprofile strong {
font-weight: normal;
color: #000000;
}
.avatar {
border: none;
margin-bottom: 3px;
}
.online {
background-image: none;
background-position: 0 0;
background-repeat: no-repeat;
}
Je dois me fier auquel? O_ô
Bref, je suis passée par mon fichier (comme à chaque fois), et j'ai donc mis :
- Code: Tout sélectionner
.avatar {
border: none;
margin-bottom: 3px;
align: center;
}
Rien ne bouge :/