Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 623 → Rev 624

/trunk/src/org/tela_botanica/del/client/composants/observations/observationimages.css
1,10 → 1,21
.zonePhotos {width:300px}
.zonePhotos {
}
 
.photoPrincipale {
height: 250px;
float:left;
cursor:pointer
float: left;
cursor: pointer
}
 
.photos {float:left}
.photos img {display:block; height:40px; width:40px; padding:0 5px 5px 5px; cursor:pointer}
.photos {
float: left
}
 
.photos img {
display: block;
height: 40px;
width: 40px;
padding: 0 5px 5px 5px;
cursor: pointer
}