Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 505 → Rev 506

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImage.css
11,6 → 11,17
margin: 0 20px 10px 0px
}
 
.zoneTri {float:right}
 
.boutonTriAsc, .boutonTriDesc {
border:none;
cursor:pointer;
}
 
.boutonTriAsc:hover, .boutonTriDesc:hover {
background-color:#8EB533
}
 
.boutonTriAsc {
height: 20px;
background: url(./img/fleche-haut.png) no-repeat
19,4 → 30,5
.boutonTriDesc {
height: 20px;
background: url(./img/fleche-bas.png) no-repeat
}
}