Subversion Repositories eFlore/Applications.del

Rev

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

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