Subversion Repositories eFlore/Applications.del

Rev

Rev 459 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
459 benjamin 1
.contenuResultat {
2
	text-align: center;
3
}
4
 
5
.images {
6
	margin-top: 5px;
7
}
8
 
9
.images>div {
10
	float: left;
11
	margin: 0 20px 10px 0px
12
}
13
 
506 gduche 14
.zoneTri {float:right}
15
 
16
.boutonTriAsc, .boutonTriDesc {
17
	border:none;
18
	cursor:pointer;
19
}
20
 
21
.boutonTriAsc:hover, .boutonTriDesc:hover {
22
	background-color:#8EB533
23
}
24
 
459 benjamin 25
.boutonTriAsc {
26
	height: 20px;
27
	background: url(./img/fleche-haut.png) no-repeat
28
}
29
 
30
.boutonTriDesc {
31
	height: 20px;
32
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 33
}
34