Subversion Repositories eFlore/Applications.del

Rev

Rev 1862 | Details | Compare with Previous | Last modification | View Log | RSS feed

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