Subversion Repositories eFlore/Applications.del

Rev

Rev 1791 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
120 gduche 1
.pagination {width:100%;}
567 gduche 2
.selecteurElements {float:right; width:2em}
1133 aurelien 3
.pageCourante {width:2.6em}
433 aurelien 4
.pagination button {border:none; border-right:solid 1px #DDD; cursor:pointer; width:30px}
281 gduche 5
.zoneLiens {}
6
.zoneLiens button:hover {background:#8EB533}
7
select {background:white}
8
 
391 aurelien 9
.boutonPrecedent {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/prev.png) no-repeat}
10
.boutonSuivant {border:solid 1px #8EB533; width:20px; height:20px; background:url(./img/next.png) no-repeat}
11
.boutonPremierePage {width:20px; height:20px; background:url(./img/first.png) no-repeat}
12
.boutonDernierePage {width:20px; height:20px; background:url(./img/last.png) no-repeat}
433 aurelien 13
 
1791 mathias 14
.labelResultats {
15
	margin-left:5px;
16
	margin-right:5px;
17
}
18
.nombreResultats {
19
	font-weight: bold;
20
	margin-left:5px;
21
}
22
.labelPage {
23
	padding-left:5px;
24
	margin-right:5px;
25
	border-left: solid 1px grey;
26
}
27
 
679 gduche 28
.nombreTotal {margin-left:5px;}
598 aurelien 29
.labelSelecteurPas{margin-left:5px;margin-right:5px; margin-top: 3px;}
30
.labelSelecteurPasAfficher{margin-left:10px;;margin-right:5px; margin-top: 3px;}