Subversion Repositories eFlore/Applications.del

Rev

Rev 506 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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