Subversion Repositories eFlore/Applications.del

Rev

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

.observation {
        width:580px;
        padding:10px;
        margin-right:5px;
        border:solid 1px #DDD;
}
.titrePropositions {
        margin-top:0;
        background:none;
}
.listePropositions {
        background:none repeat scroll 0 0 #FAFAF0;
        border-color:#DDDDDD;
        border-radius:10px;
        border-style:solid;
        border-width:1px;
        box-shadow:2px 2px 2px #DDDDDD;
        min-height:250px;
        padding:10px;
        width:370px;
}
.nomEspece {
        padding:7px;
        font-size:15px;
        font-weight:bold;
        background:rgba(100,100,100,0.5);
        color:white;
        cursor:pointer;
        position:absolute;
        width:236px;
}
.nomEspece:hover {
        background:#8EB533;
}
.colonneImages {
        width: 300px;
        background:url(./img/pasdephoto.jpg) no-repeat;
}
.description {
        border:solid 1px #EEE;
        border-width:0 1px 0 0;
        width:270px;
        padding:10px;
        margin:0 1px 5px 0;
        height:150px
}
.determination {
        padding:10px;
        margin:0 1px 5px 0;
        height:150px
}
.photoPrincipale {
        height:20px;
        float:left;
        padding:5px;
        margin-bottom:15px;
        cursor:pointer
}
.panneauDeterminations {
        text-align:right
}
.lienDetermination {
        text-align:center;
        padding:5px;
        color:blue;
        cursor:pointer;
        float:right;
        margin:5px;
        text-decoration:underline;
}
.miniatures img {
        height:30px
}
.metadonnees {
        width:280px;
}
.boutonDetermination {
        background:url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
        border:1px solid #AAAAAA;
        cursor:pointer;
        float:right;
        margin-bottom:5px;
        margin-right:5px;
        margin-top:10px;
        padding:5px 5px 5px 25px;
}
.ligneObservation {
        margin-bottom:20px;
}
.boutonDetermination:hover {
        background-color:#AAA
}
.accesOutil {
        margin-top:15px;
}
.ajouterProposition {
        margin-top:10px;
}
.plusDeDetails {
        width: 130px;   
}
.evenements {
    background-color: #eaedcd;
    border: 1px solid #eaedcd;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 4px;
    font-size: 14px;
}