Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1196 Rev 1862
1
.contenuResultat {
1
.contenuResultat {
2
	text-align: center;
2
	text-align: center;
3
}
3
}
4
 
4
 
5
.barreNavigation {
5
.barreNavigation {
6
	max-width: 810px;
6
	max-width: 810px;
7
	margin-top: -15px;
7
	margin-top: -15px;
8
	padding-bottom: 20px
8
	padding-bottom: 20px
9
}
9
}
10
 
-
 
11
.votes {
-
 
12
	padding-left: 10px;
-
 
13
	padding-top: 3px;
10
 
14
	cursor: pointer;
-
 
15
}
-
 
16
 
-
 
17
.date {
-
 
18
	padding-left: 10px;
-
 
19
	padding-top: 3px;
-
 
20
	cursor: pointer;
-
 
21
}
-
 
22
 
-
 
23
.tag {
11
.moyenneArithmetique, .points, .date, .tag {
24
	padding-left: 10px;
12
	padding-left: 10px;
25
	padding-top: 3px;
13
	padding-top: 3px;
26
	cursor: pointer;
14
	cursor: pointer;
27
}
15
}
28
 
16
 
29
.zoneTri {
17
.zoneTri {
30
	padding-left: 10px;
18
	padding-left: 10px;
31
	float: right;
19
	float: right;
32
}
20
}
33
 
21
 
34
.labeltri {
22
.labeltri {
35
	padding-top: 3px;	
23
	padding-top: 3px;	
36
}
24
}
37
 
25
 
38
.protocoles {
26
.protocoles {
39
	padding-left: 10px;
27
	padding-left: 10px;
40
}
28
}
41
 
29
 
42
.paginationHaut {
30
.paginationHaut {
43
	
31
	
44
}
32
}
45
 
33
 
46
.images {
34
.images {
47
	width: 100%;
35
	width: 100%;
48
	clear: left;
36
	clear: left;
49
	margin-top: 10px;
37
	margin-top: 10px;
50
	margin-left:15px;
38
	margin-left:15px;
51
}
39
}
52
 
40
 
53
.images>div {
41
.images>div {
54
	float: left;
42
	float: left;
55
	margin: 0 20px 50px 0px
43
	margin: 0 20px 50px 0px
56
}
44
}
57
 
45
 
58
.boutonTriAsc,.boutonTriDesc {
46
.boutonTriAsc,.boutonTriDesc {
59
	border: none;
47
	border: none;
60
	cursor: pointer;
48
	cursor: pointer;
61
}
49
}
62
 
50
 
63
.boutonTriAsc:hover,.boutonTriDesc:hover {
51
.boutonTriAsc:hover,.boutonTriDesc:hover {
64
	border:dotted 1px #8EB533;
52
	border:dotted 1px #8EB533;
65
	border-width:0 0 1px 0;
53
	border-width:0 0 1px 0;
66
}
54
}
67
 
55
 
68
.boutonTriAsc {
56
.boutonTriAsc {
69
	height: 19px;
57
	height: 19px;
70
	background: url(./img/fleche-haut.png) no-repeat
58
	background: url(./img/fleche-haut.png) no-repeat
71
}
59
}
72
 
60
 
73
.boutonTriDesc {
61
.boutonTriDesc {
74
	height: 19px;
62
	height: 19px;
75
	background: url(./img/fleche-bas.png) no-repeat
63
	background: url(./img/fleche-bas.png) no-repeat
76
}
64
}
77
 
65
 
78
.aucunResultat {
66
.aucunResultat {
79
	text-align: left;
67
	text-align: left;
80
}
68
}