Subversion Repositories eFlore/Applications.del

Rev

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