Subversion Repositories eFlore/Applications.del

Rev

Rev 391 | Rev 506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 391 Rev 433
Line 1... Line 1...
1
.pagination {width:100%;}
1
.pagination {width:100%;}
2
.selecteurElements {float:right}
2
.selecteurElements {float:right}
3
.pagination button {border:none; border-right:solid 1px #DDD; cursor:pointer}
3
.pagination button {border:none; border-right:solid 1px #DDD; cursor:pointer; width:30px}
4
.zoneLiens {}
4
.zoneLiens {}
5
.zoneLiens button:hover {background:#8EB533}
5
.zoneLiens button:hover {background:#8EB533}
6
select {background:white}
6
select {background:white}
Line 7... Line 7...
7
 
7
 
8
.boutonPrecedent {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/prev.png) no-repeat}
8
.boutonPrecedent {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/prev.png) no-repeat}
9
.boutonSuivant {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/next.png) no-repeat}
9
.boutonSuivant {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/next.png) no-repeat}
10
.boutonPremierePage {width:20px; height:20px; background:url(./img/first.png) no-repeat}
10
.boutonPremierePage {width:20px; height:20px; background:url(./img/first.png) no-repeat}
-
 
11
.boutonDernierePage {width:20px; height:20px; background:url(./img/last.png) no-repeat}
-
 
12
 
-
 
13
.labelSelecteurPas{margin-left:5px;margin-right:5px;}