Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 506 → Rev 564

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImage.css
3,7 → 3,9
}
 
.images {
margin-top: 5px;
width: 100%;
clear: left;
margin-top: 10px
}
 
.images>div {
11,15 → 13,17
margin: 0 20px 10px 0px
}
 
.zoneTri {float:right}
.zoneTri {
float: right
}
 
.boutonTriAsc, .boutonTriDesc {
border:none;
cursor:pointer;
.boutonTriAsc,.boutonTriDesc {
border: none;
cursor: pointer;
}
 
.boutonTriAsc:hover, .boutonTriDesc:hover {
background-color:#8EB533
.boutonTriAsc:hover,.boutonTriDesc:hover {
background-color: #8EB533
}
 
.boutonTriAsc {
32,3 → 36,6
background: url(./img/fleche-bas.png) no-repeat
}
 
.aucunResultat {
text-align: left;
}