Subversion Repositories eFlore/Applications.del

Rev

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

Rev 506 Rev 564
Line 1... Line 1...
1
.contenuResultat {
1
.contenuResultat {
2
	text-align: center;
2
	text-align: center;
3
}
3
}
Line 4... Line 4...
4
 
4
 
-
 
5
.images {
-
 
6
	width: 100%;
5
.images {
7
	clear: left;
6
	margin-top: 5px;
8
	margin-top: 10px
Line 7... Line 9...
7
}
9
}
8
 
10
 
9
.images>div {
11
.images>div {
10
	float: left;
12
	float: left;
Line -... Line 13...
-
 
13
	margin: 0 20px 10px 0px
11
	margin: 0 20px 10px 0px
14
}
-
 
15
 
Line 12... Line 16...
12
}
16
.zoneTri {
13
 
17
	float: right
14
.zoneTri {float:right}
18
}
15
 
19
 
Line 16... Line 20...
16
.boutonTriAsc, .boutonTriDesc {
20
.boutonTriAsc,.boutonTriDesc {
17
	border:none;
21
	border: none;
18
	cursor:pointer;
22
	cursor: pointer;
Line 19... Line 23...
19
}
23
}
20
 
24
 
21
.boutonTriAsc:hover, .boutonTriDesc:hover {
25
.boutonTriAsc:hover,.boutonTriDesc:hover {
Line 30... Line 34...
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
}
Line -... Line 38...
-
 
38
 
-
 
39
.aucunResultat {
-
 
40
	text-align: left;
34
 
41
}