Subversion Repositories eFlore/Applications.del

Rev

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

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

.titrePropositions {
        margin-top:-0px;
        background:none;
}

.listePropositions {
    background: none repeat scroll 0 0 #FAFAF0;
    border-color: #DDDDDD;
    border-radius: 0 10px 10px 0;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    box-shadow: 2px 2px 2px #DDDDDD;
    min-height: 230px;
    margin-top: 7px;
    padding: 10px 10px 10px 16px;
    width:470px;
}

.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 {
        min-width:260px;
        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 {
        
}

.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;
}

.ajouterProposition {
        margin-top:10px;
}