Subversion Repositories eFlore/Applications.del

Rev

Rev 2080 | Blame | Compare with Previous | Last modification | View Log | RSS feed

.moyenne {
        background: none repeat scroll 0 0 #333333;
        display: block;
        margin-left: -5px;
        margin-top: -7px;
        padding: 5px;
        width: 116px;
}

.petit {
        font-size: 11px;
        color: #AAA
}

.petitgauche, .petitgauchecliquable {
        font-size: 11px;
        color: #AAA;
        float: left;
}

.petitgauchecliquable, .fermerPanneauDetails {
        text-decoration: underline;
        cursor: pointer;
}

.chiffreDroite {
        float: right;
        margin-right: 10px;
        color: #22ee22;
}

.panneauDetailVotes {
        position: absolute;
        top: -205px;
        right: 0;
        width : 200px;
        height: 192px;
        padding: 3px;
        color: #dddddd;
        background-color: #333333;
        border: solid white 1px;
}

.fermerPanneauDetails {
        position: absolute;
        bottom: 3px;
        right: 3px;
        font-size: 11px;
        color: #AAA;
}

.barreVote {
        padding: 0 5px 0 5px
}

.validerVote {
        font-size: 11px;
        margin-left: 5px;
        float:left
}

.zoneBoutonsVote {
        position:absolute;
}

.annuler {
        background: url("./img/cancel.png") no-repeat;
        border: none;
        padding-left: 16px;
        padding-top: 16px;
        margin-left: 5px;
        cursor: pointer;
}

.zoneNoteGlobale {
        background: none repeat scroll 0 0 #333333;
        margin-left: 122px;
        margin-top: -5px;
        position: absolute;
        white-space: nowrap;
        width: 113px;
        height:29px;
        padding:5px;
}

.zoneFleur {
        position:absolute;
        top:5px;
        margin-left:86px;
}

.protocole {
        width:124px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
}

.zoneVoter {
    background: #8eb533 none repeat scroll 0 0;
    color: white;
    font-size: 15px;
    height: 40px;
    margin-left: -5px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    width: 126px;
    display: table;
}

.zoneVoter span {
        display: table-cell;
        vertical-align: middle;
}