Subversion Repositories eFlore/Applications.del

Rev

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

.zonePartageUrl {
        display:inline-block;
}
.zonePartage {
        background: none repeat scroll 0 0 white;
    border: 2px solid #8EB533;
    padding: 10px 50px 10px 10px;
    position:absolute;
}

.titre {
        margin-top:0;
}    
    
.partage {
    background: none repeat scroll 0 0 #87A4F9;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
    width:130px;
}

.url {
        width:90%;
        margin-top:5px;
}

.fermer {
    background: url("./img/close.png") no-repeat scroll 39px -2px transparent;
    cursor: pointer;
    font-size: 11px;
    margin-left: 411px;
    margin-top: -99px;
    padding-bottom: 8px;
    padding-right: 53px;
    padding-top: 5px;
    position: absolute;
    width: 16px;
}