/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 janv. 2014, 10:57:50
    Author     : adminphil
*/

/* icone size  */

.avatar-x32 {
    background-repeat: no-repeat; 
    background-size: 32px 32px; 
    height: 32px; 
    width: 32px;
    float: left;
    margin-right: 0.5em;
}

.avatar-x64 {
    background-repeat: no-repeat; 
    background-size: 64px 64px; 
    height: 64px; 
    width: 64px;
    float: left;
    margin: 0.5em;
    margin-left: 2.5em; 
}

/* avatar */
.man { background-image: url('../img/chat/man.svg'); }
.woman { background-image: url('../img/chat/woman.svg'); }
.boy { background-image: url('../img/chat/boy.svg'); }
.girl { background-image: url('../img/chat/girl.svg'); }
.default { background-image: url('../img/chat/avatar.svg'); }

.chat {
    
}

.chat {
    list-style: none;
}

.chat li {
    clear: both;
}

.chat li div:last-child {
    height: 32px;
    margin: 0.1em;
    margin-left: 0em;
    line-height: 2.4em;
}
