Subversion Repositories eFlore/Applications.del

Rev

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

.observation {
        width:480px;
        padding:10px;
        border: solid 1px #DDD;
}

.titrePropositions {
        background: url(./img/troisCarre.png) no-repeat 85px 8px;
}

.listePropositions {
        border-style: solid; 
        border-color: #DDD; 
        border-width: 1px 0pt; margin-top: 7px; padding: 0px 0pt 10px;
}

.nomEspece {
        padding:7px;
        font-size:15px;
        font-weight:bold;
        background:rgba(100,100,100,0.5);
        color:white;
        cursor:pointer;
        position:absolute;
        width:236px;
}

.colonneImages {
        min-width:305px;        
}

.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: 175px
}

.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: 10px;
}

.boutonDetermination:hover {
        background-color: #AAA
}

.accesOutil {
        margin-top: 15px;
}