Subversion Repositories eFlore/Applications.del

Rev

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

Rev 655 Rev 677
1
 
1
 
2
.zoneObservation {
2
.zoneObservation {
3
	width: 100%;
3
	width: 100%;
4
	clear: left;
4
	clear: left;
5
	margin-top: 10px;
5
	margin-top: 10px;
6
	
6
	
7
}
7
}
8
 
8
 
9
.barreNavigation {
9
.barreNavigation {
10
	max-width: 810px;
10
	max-width: 780px;
11
	margin-top: 0;
11
	margin-top: 0;
12
	padding-bottom: 20px;
12
	padding-bottom: 20px;
13
}
13
}
14
 
14
 
15
.votes {
15
.votes {
16
	padding-left: 10px;
16
	padding-left: 10px;
17
	cursor: pointer;
17
	cursor: pointer;
18
}
18
}
19
 
19
 
20
.date {
20
.date {
21
	padding-left: 10px;
21
	padding-left: 10px;
22
	cursor: pointer;
22
	cursor: pointer;
23
}
23
}
24
 
24
 
25
.zoneTri {
25
.zoneTri {
26
	padding-left: 10px;
26
	padding-left: 10px;
27
}
27
}
28
 
28
 
29
.boutonTriAsc, .boutonTriDesc {
29
.boutonTriAsc, .boutonTriDesc {
30
	border:none;
30
	border:none;
31
	cursor:pointer;
31
	cursor:pointer;
32
}
32
}
33
.boutonTriAsc:hover, .boutonTriDesc:hover {
33
.boutonTriAsc:hover, .boutonTriDesc:hover {
34
	background-color:#8EB533
34
	border-bottom:dotted 1px #8EB533
35
}
35
}
36
 
36
 
37
.boutonTriAsc {
37
.boutonTriAsc {
38
	height: 20px;
38
	height: 19px;
39
	background: url(./img/fleche-haut.png) no-repeat
39
	background: url(./img/fleche-haut.png) no-repeat
40
}
40
}
41
 
41
 
42
.boutonTriDesc {
42
.boutonTriDesc {
43
	height: 20px;
43
	height: 19px;
44
	background: url(./img/fleche-bas.png) no-repeat
44
	background: url(./img/fleche-bas.png) no-repeat
45
}
45
}
46
 
46
 
47
.aucunResultat{
47
.aucunResultat{
48
	text-align: left;
48
	text-align: left;
49
}
49
}