Aligné dernier message à la description de la catégorie

3 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Aligné dernier message à la description de la catégorie

Message par Pawia Sam 18 Juin 2011 - 9:29

Désolée d'ouvrir des centaines de topic, mais c'est assez urgent !
Voila j'aimerais comment aligné la cellule dernier message à la description de la catégorie !
En gros que les deux traits marrons soit alignés :

Aligné dernier message à la description de la catégorie 112

Merci d'avance.


Dernière édition par Pawia le Sam 18 Juin 2011 - 19:45, édité 2 fois
Pawia

Pawia
***

Féminin
Messages : 163
Inscrit(e) le : 29/03/2011

http://Hippie-ART.1fr1.net
Pawia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Aligné dernier message à la description de la catégorie

Message par Scipion Sam 18 Juin 2011 - 10:02

Bonjour

Avez-vous testé la présentation de votre page d'accueil avec plusieurs navigateurs internet svp ?

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Aligné dernier message à la description de la catégorie

Message par Pawia Sam 18 Juin 2011 - 12:22

Oui avec Internet Explorer et Mozilla, c'est la même chose.
Pawia

Pawia
***

Féminin
Messages : 163
Inscrit(e) le : 29/03/2011

http://Hippie-ART.1fr1.net
Pawia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Aligné dernier message à la description de la catégorie

Message par Anzu Sam 18 Juin 2011 - 12:24

Bonjour,

Pourrais je avoir votre css et l'index box ?

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Aligné dernier message à la description de la catégorie

Message par Pawia Sam 18 Juin 2011 - 12:26

Code:
/* HEADER DE FOND */

body {
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
}

/* FIN */


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}

i{border-bottom:none; color:#B54C5C; text-decoration: none;
}

a {  text-decoration: none; }
a:hover { text-decoration: none!important; }

.spoiler {
background-color: #fef9f1;
}

.code {
background-color: #fef9f1;
}

.quote {
background-color: #fef9f1;
}

/* TITRE CATEGORIE */

.forumline{
background-color: #d5c276;
-moz-border-radius: 10px ;
border: 3px #d5c276 solid;
}


a.forumlink {
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
text-align: center;
    text-shadow: #b5c3ba 1px 1px 1px;
text-transform: lowercase;
text-decoration: none;

}

a.forumlink:hover {
color: #f9c400;
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
text-align: center;
    text-shadow: #b5c3ba 1px 1px 1px;
text-transform: lowercase;
text-decoration: none;

}
a.forumlink{
border-bottom: 6px solid #d5c276;
display:block;
}


a.forumlink:hover:before {
content: "• ";}

.milieu {
padding: 10px;
width: 504px;
text-align: justify;
background-image:url('http://files.getwebb.org/files/3d/10/3b/7786dcd261afe40282627ec27d9266916f/source.png');
margin-right: auto;
margin-left: auto;
color: #D6C375;
text-shadow: 1px 1px 1px #b5c3ba;
-moz-box-shadow: 1px 1px 5px #E8C64B;
-webkit-box-shadow: 1px 1px 5px #E8C64B; }

/* FIN */




/* QEEL */
.statistiques
{
border:0px;
background-image: url("http://files.getwebb.org/files/46/e9/50/23e93980ecccd26d6ccada213ee85a7090/source.png");
background-repeat: no-repeat;
background-position: center;
text-shadow: #ffffff 2px 2px 2px;
height:325px;
}

.groupes {
background-color:#f5f0c4;
border: 1px #f5f0c4 dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px; 
padding-right:12px;
padding-left:12px;
padding-bottom:3px;
font-size:15px;
font-weight: bold;
text-align:center;
text-decoration: none !important;
text-shadow: #ffffff 2px 2px 2px;
}

/* FIN */



/* CELLULE DERNIERS MESSAGES ENCADRES */
.arrondi {
border-top: 6px solid #d5c276;
display:block;
padding: 10px;
width: 160px;
text-align: center;
background-image:url('http://files.getwebb.org/files/3d/10/3b/7786dcd261afe40282627ec27d9266916f/source.png');
margin-right: auto;
margin-left: auto;
color: #D6C375;
text-shadow: 1px 1px 1px #b5c3ba;
-moz-box-shadow: 1px 1px 5px #E8C64B;
-webkit-box-shadow: 1px 1px 5px #E8C64B; }
/* FIN */

/* PERSONNALISATION DES CODES, SPOILERS ET CITATIONS */
.spoiler_closed{
-webkit-border-radius: 10px;
-moz-border-radius:10px;
border: 1px solid #E8DF92;

}

.spoiler_content{
-webkit-border-radius: 10px;
-moz-border-radius:10px;
border: 1px solid #E8DF92;
}

.quote {
-webkit-border-radius: 10px;
-moz-border-radius:10px;
border: 1px solid #E8DF92;
}

.code {
-webkit-border-radius: 10px;
-moz-border-radius:10px;
border: 1px solid #E8DF92;
}
/* FIN */

/* ARRONDIR LES CADRES ET LES BOUTONS */
input, select {
    color : #COULEUR DU TEXTE;
    font: normal 11px Verdana;
    border: #COULEUR DES BORDS;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #COULEUR DU FOND;
    -moz-border-radius: 10px 10px 10px 10px;
    }

textarea, select {
    color : #COULEUR DU TEXTE;
    font: normal 11px Verdana;
    border: #COULEUR DES BORDS;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
    background-color: #COULEUR DU FOND;
    -moz-border-radius: 10px 10px 10px 10px;
    }
/* FIN */

/*CONTRE LES EDITIONS*/
tr.post span.gensmall { display: none; }
/* FIN */

/* BARRE DE NAVIGATION */
#i_icon_mini_index:hover{
background-image: url('http://files.getwebb.org/files/cd/1b/9e/9428cd2ceffa12d4832688f193fc4bf98e/source.png');
width: 102px;
height: 37px;
}

#i_icon_mini_search:hover{
background-image: url('http://files.getwebb.org/files/63/f6/4c/0bf2094a8dee45873c689a65a74f3ba29e/source.png');
width: 137px;
height: 37px;
}

#i_icon_mini_members:hover{
background-image: url('http://files.getwebb.org/files/36/05/82/30bac9bab03852355d616c4e6412383168/source.png');
width: 102px;
height: 37px;
}

#i_icon_mini_profile:hover{
background-image: url('http://files.getwebb.org/files/d0/ed/6b/8a526f0ddf54dc6f31665e59ba3c199a32/source.png');
width: 102px;
height: 37px;
}

#i_icon_mini_message:hover{
background-image: url('http://files.getwebb.org/files/37/95/ed/32f0bc20ed52e7f963f8a13006cd95fe0f/source.png');
width: 134px;
height: 37px;
}

#i_icon_mini_new_message:hover{
background-image: url('http://files.getwebb.org/files/3c/f1/95/ebec4e26109b1861eefbb97c4a18261e4c/source.png');
width: 134px;
height: 37px;
}

#i_icon_mini_register:hover{
background-image: url('http://files.getwebb.org/files/b8/7e/5f/65757b163e5a4db7feb043b327ccc33b43/source.png');
width: 96px;
height: 37px;
}

#i_icon_mini_login:hover{
background-image: url('http://files.getwebb.org/files/cb/59/70/bd456de403f8e58f13f23082b5def4ad95/source.png');
width: 102px;
height: 37px;
}

#i_icon_mini_logout:hover{
background-image: url('http://files.getwebb.org/files/d0/1d/2f/9ed09223cc72fbecd3dadb71a1d11b0e3e/source.png');
width: 134px;
height: 37px;
}
/* FIN */

.noms{
font-family: Time New Roman;
    font-size: 24px;
    font-style: italic;
text-shadow: #FFFFFF 1px 1px 2px;
}

.cadreavatar {
background-color : #ede0bf ;
border : 2px solid #e8c64b ;
-moz-border-radius: 20px 20px 20px 20px
}

/* COUTOUR AUTOUR DES AVATARS */

.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
border: 3px solid #E8C64B;
}

/* FIN */

textarea, select {
border: #D6C375;
border-left-style: solid;
border-left-width: 7px;
border-right-style: solid;
border-right-width: 7px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-top-style: solid;
border-top-width: 2px;
background-color: #F5E7B8;
-moz-border-radius: 25px 25px 25px 25px; -webkit-border-radius: 25px 25px 25px 25px;
padding: 5px; }

a.info:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;

 white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
bottom: -45px;
left: 0px;
  background: #fff;
  color: #c67737;
  padding: 3px;
  border: 3px solid #c67737;}

tr.post td {padding-left: 50px;}


/* espace netre le profil et le post du message */
tr.post td {padding-left: 30px;}
/* fin */

.postbody {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align:justify;
}

/* TITRE CATEGORIE */
.titrecat {
text-align: center;
display: block;
width: 960px;
background-image:url('http://files.getwebb.org/files/4b/af/05/5338537a699093995b8259012d1a3a1750/source.png');
background-repeat:no-repeat;
margin-top: 50px;
margin-bottom: -13px;
color: #FFF;
font-weight: bolder; }
/* FIN */

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><center><div class="titrecat">{catrow.tablehead.L_FORUM}</div></center><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
 
  <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="80%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="80%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
             
         </span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50" width="20%">
      <br/><div class="lastposte"><span class="gensmall"><div class="arrondi">{catrow.forumrow.LAST_POST}</div></span></div><br>
<span class="gensmall"><b>{catrow.forumrow.TOPICS}</b> sujets <b>||</b> <b>{catrow.forumrow.POSTS}</b> messages</span><br/>
 
      </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Pawia

Pawia
***

Féminin
Messages : 163
Inscrit(e) le : 29/03/2011

http://Hippie-ART.1fr1.net
Pawia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Aligné dernier message à la description de la catégorie

Message par Anzu Sam 18 Juin 2011 - 14:00

Bonjour,

Remplacez votre css par celle ci:

Code:
    /* HEADER DE FOND */

    body {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    }

    /* FIN */


    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
    a:hover {text-decoration: none !important;}

    i{border-bottom:none; color:#B54C5C; text-decoration: none;
    }

    a {  text-decoration: none; }
    a:hover { text-decoration: none!important; }

    .spoiler {
    background-color: #fef9f1;
    }

    .code {
    background-color: #fef9f1;
    }

    .quote {
    background-color: #fef9f1;
    }

    /* TITRE CATEGORIE */

    .forumline{
    background-color: #d5c276;
    -moz-border-radius: 10px ;
    border: 3px #d5c276 solid;
    }


    a.forumlink {
        font-family: Georgia;
        font-size: 24px;
        font-style: italic;
    text-align: center;
        text-shadow: #b5c3ba 1px 1px 1px;
    text-transform: lowercase;
    text-decoration: none;

    }

    a.forumlink:hover {
    color: #f9c400;
        font-family: Georgia;
        font-size: 24px;
        font-style: italic;
    text-align: center;
        text-shadow: #b5c3ba 1px 1px 1px;
    text-transform: lowercase;
    text-decoration: none;

    }
    a.forumlink{
    border-bottom: 6px solid #d5c276;
    display:block;
    }


    a.forumlink:hover:before {
    content: "• ";}

    .milieu {
    padding: 10px;
    width: 504px;
    text-align: justify;
    background-image:url('http://files.getwebb.org/files/3d/10/3b/7786dcd261afe40282627ec27d9266916f/source.png');
    margin-right: auto;
    margin-left: auto;
    color: #D6C375;
    text-shadow: 1px 1px 1px #b5c3ba;
    -moz-box-shadow: 1px 1px 5px #E8C64B;
    -webkit-box-shadow: 1px 1px 5px #E8C64B; }

    /* FIN */




    /* QEEL */
    .statistiques
    {
    border:0px;
    background-image: url("http://files.getwebb.org/files/46/e9/50/23e93980ecccd26d6ccada213ee85a7090/source.png");
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: #ffffff 2px 2px 2px;
    height:325px;
    }

    .groupes {
    background-color:#f5f0c4;
    border: 1px #f5f0c4 dotted;
    -moz-border-radius : 5px 5px 5px 5px;
    height:40px;
    padding-right:12px;
    padding-left:12px;
    padding-bottom:3px;
    font-size:15px;
    font-weight: bold;
    text-align:center;
    text-decoration: none !important;
    text-shadow: #ffffff 2px 2px 2px;
    }

    /* FIN */



    /* CELLULE DERNIERS MESSAGES ENCADRES */
    .arrondi {
margin-top: 9px;
    border-top: 6px solid #d5c276;
    display:block;
    padding: 10px;
    width: 160px;
    text-align: center;
    background-image:url('http://files.getwebb.org/files/3d/10/3b/7786dcd261afe40282627ec27d9266916f/source.png');
    margin-right: auto;
    margin-left: auto;
    color: #D6C375;
    text-shadow: 1px 1px 1px #b5c3ba;
    -moz-box-shadow: 1px 1px 5px #E8C64B;
    -webkit-box-shadow: 1px 1px 5px #E8C64B; }
    /* FIN */

    /* PERSONNALISATION DES CODES, SPOILERS ET CITATIONS */
    .spoiler_closed{
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border: 1px solid #E8DF92;

    }

    .spoiler_content{
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border: 1px solid #E8DF92;
    }

    .quote {
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border: 1px solid #E8DF92;
    }

    .code {
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border: 1px solid #E8DF92;
    }
    /* FIN */

    /* ARRONDIR LES CADRES ET LES BOUTONS */
    input, select {
        color : #COULEUR DU TEXTE;
        font: normal 11px Verdana;
        border: #COULEUR DES BORDS;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-style: solid;
        border-right-width: 1px;
        background-color: #COULEUR DU FOND;
        -moz-border-radius: 10px 10px 10px 10px;
        }

    textarea, select {
        color : #COULEUR DU TEXTE;
        font: normal 11px Verdana;
        border: #COULEUR DES BORDS;
        border-left-style: solid;
        border-left-width: 3px;
        border-right-style: solid;
        border-right-width: 3px;
        background-color: #COULEUR DU FOND;
        -moz-border-radius: 10px 10px 10px 10px;
        }
    /* FIN */

    /*CONTRE LES EDITIONS*/
    tr.post span.gensmall { display: none; }
    /* FIN */

    /* BARRE DE NAVIGATION */
    #i_icon_mini_index:hover{
    background-image: url('http://files.getwebb.org/files/cd/1b/9e/9428cd2ceffa12d4832688f193fc4bf98e/source.png');
    width: 102px;
    height: 37px;
    }

    #i_icon_mini_search:hover{
    background-image: url('http://files.getwebb.org/files/63/f6/4c/0bf2094a8dee45873c689a65a74f3ba29e/source.png');
    width: 137px;
    height: 37px;
    }

    #i_icon_mini_members:hover{
    background-image: url('http://files.getwebb.org/files/36/05/82/30bac9bab03852355d616c4e6412383168/source.png');
    width: 102px;
    height: 37px;
    }

    #i_icon_mini_profile:hover{
    background-image: url('http://files.getwebb.org/files/d0/ed/6b/8a526f0ddf54dc6f31665e59ba3c199a32/source.png');
    width: 102px;
    height: 37px;
    }

    #i_icon_mini_message:hover{
    background-image: url('http://files.getwebb.org/files/37/95/ed/32f0bc20ed52e7f963f8a13006cd95fe0f/source.png');
    width: 134px;
    height: 37px;
    }

    #i_icon_mini_new_message:hover{
    background-image: url('http://files.getwebb.org/files/3c/f1/95/ebec4e26109b1861eefbb97c4a18261e4c/source.png');
    width: 134px;
    height: 37px;
    }

    #i_icon_mini_register:hover{
    background-image: url('http://files.getwebb.org/files/b8/7e/5f/65757b163e5a4db7feb043b327ccc33b43/source.png');
    width: 96px;
    height: 37px;
    }

    #i_icon_mini_login:hover{
    background-image: url('http://files.getwebb.org/files/cb/59/70/bd456de403f8e58f13f23082b5def4ad95/source.png');
    width: 102px;
    height: 37px;
    }

    #i_icon_mini_logout:hover{
    background-image: url('http://files.getwebb.org/files/d0/1d/2f/9ed09223cc72fbecd3dadb71a1d11b0e3e/source.png');
    width: 134px;
    height: 37px;
    }
    /* FIN */

    .noms{
    font-family: Time New Roman;
        font-size: 24px;
        font-style: italic;
    text-shadow: #FFFFFF 1px 1px 2px;
    }

    .cadreavatar {
    background-color : #ede0bf ;
    border : 2px solid #e8c64b ;
    -moz-border-radius: 20px 20px 20px 20px
    }

    /* COUTOUR AUTOUR DES AVATARS */

    .postdetails.poster-profile a img {
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    border: 3px solid #E8C64B;
    }

    /* FIN */

    textarea, select {
    border: #D6C375;
    border-left-style: solid;
    border-left-width: 7px;
    border-right-style: solid;
    border-right-width: 7px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    background-color: #F5E7B8;
    -moz-border-radius: 25px 25px 25px 25px; -webkit-border-radius: 25px 25px 25px 25px;
    padding: 5px; }

    a.info:hover span {
      display: inline; /* on affiche l'infobulle */
      position: absolute;

    white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
    bottom: -45px;
    left: 0px;
      background: #fff;
      color: #c67737;
      padding: 3px;
      border: 3px solid #c67737;}

    tr.post td {padding-left: 50px;}


    /* espace netre le profil et le post du message */
    tr.post td {padding-left: 30px;}
    /* fin */

    .postbody {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        text-align:justify;
    }

    /* TITRE CATEGORIE */
    .titrecat {
    text-align: center;
    display: block;
    width: 960px;
    background-image:url('http://files.getwebb.org/files/4b/af/05/5338537a699093995b8259012d1a3a1750/source.png');
    background-repeat:no-repeat;
    margin-top: 50px;
    margin-bottom: -13px;
    color: #FFF;
    font-weight: bolder; }
    /* FIN */

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Aligné dernier message à la description de la catégorie

Message par Pawia Sam 18 Juin 2011 - 18:37

Merci, le problème est résolu.
Pawia

Pawia
***

Féminin
Messages : 163
Inscrit(e) le : 29/03/2011

http://Hippie-ART.1fr1.net
Pawia a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum