Subversion Repositories eFlore/Applications.del

Rev

Rev 506 | 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 {
564 benjamin 6
	width: 100%;
7
	clear: left;
8
	margin-top: 10px
459 benjamin 9
}
10
 
11
.images>div {
12
	float: left;
13
	margin: 0 20px 10px 0px
14
}
15
 
564 benjamin 16
.zoneTri {
17
	float: right
18
}
506 gduche 19
 
564 benjamin 20
.boutonTriAsc,.boutonTriDesc {
21
	border: none;
22
	cursor: pointer;
506 gduche 23
}
24
 
564 benjamin 25
.boutonTriAsc:hover,.boutonTriDesc:hover {
26
	background-color: #8EB533
506 gduche 27
}
28
 
459 benjamin 29
.boutonTriAsc {
30
	height: 20px;
31
	background: url(./img/fleche-haut.png) no-repeat
32
}
33
 
34
.boutonTriDesc {
35
	height: 20px;
36
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 37
}
38
 
564 benjamin 39
.aucunResultat {
40
	text-align: left;
41
}