Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 281 → Rev 391

/trunk/src/org/tela_botanica/del/client/composants/pagination/pagination.css
5,5 → 5,7
.zoneLiens button:hover {background:#8EB533}
select {background:white}
 
.boutonPrecedent {width:20px; height:25px; background:url(./img/prev.png) no-repeat}
.boutonSuivant {width:20px; height:25px; background:url(./img/next.png) no-repeat}
.boutonPrecedent {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/prev.png) no-repeat}
.boutonSuivant {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/next.png) no-repeat}
.boutonPremierePage {width:20px; height:20px; background:url(./img/first.png) no-repeat}
.boutonDernierePage {width:20px; height:20px; background:url(./img/last.png) no-repeat}