Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 401 → Rev 403

/trunk/presentations/styles/eflore.css
773,4 → 773,33
width: 100%;
height: 350px;
overflow: auto;
}
 
.imagettePlus {
width:9px;
height:9px;
background:url('../images/ouvrir.png') no-repeat;
display:inline-block;
margin-right:3px;
}
 
.imagetteMoins {
width:9px;
height:9px;
background:url('../images/fermer.png') no-repeat;
margin-right:3px;
display:inline-block;
}
 
.basionyme_complet {
margin-left:20px;
}
 
.legende {
border:dashed 1px #AAA;
padding:5px 10px;
}
 
.legende b {
color:#AAA; margin-bottom:10px
}