Subversion Repositories eFlore/Applications.del

Rev

Rev 921 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

.determination {
        padding: 10px;
        margin: 0 1px 5px 0;
        height: 150px;
}

.determination>div {
        margin-top: 0px;
        margin-bottom: 20px;
}

.ligneProposition>div {
        display: block;
        float: left;
        margin-right: 5px;
}

.nombreVotes {
        width:15px;
        height:16px;
        background:url('./img/user.png') no-repeat;     
        padding-left: 10px;
        cursor: pointer;
}

.commentaires {
        background: url("./img/comment.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 20px;
    padding-left: 20px;
}

.infobulle {
    background: none repeat scroll 0 0 #1A5AC3;
    color: white;
    font-size: 13px;
    font-weight: bold;
    height: 12px;
    line-height: 0.7;
    margin-left: 2px;
    margin-top: 8px;
    padding: 0 1px;
    position: absolute;
}

.infobulleCommentaire {
        margin-left:-9px;
}