Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 458 → Rev 459

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImage.css
1,3 → 1,22
.contenuResultat {text-align: center;}
.images {margin-top:5px;}
.images>div {float:left; margin:0 20px 10px 0px}
.contenuResultat {
text-align: center;
}
 
.images {
margin-top: 5px;
}
 
.images>div {
float: left;
margin: 0 20px 10px 0px
}
 
.boutonTriAsc {
height: 20px;
background: url(./img/fleche-haut.png) no-repeat
}
 
.boutonTriDesc {
height: 20px;
background: url(./img/fleche-bas.png) no-repeat
}