Subversion Repositories eFlore/Applications.del

Rev

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

Rev 507 Rev 564
1
.zoneObservation {
1
.zoneObservation {
2
	width: 100%;
2
	width: 100%;
3
	clear: left;
3
	clear: left;
4
	margin-top: 10px
4
	margin-top: 10px
5
}
5
}
6
 
6
 
7
.zoneTri {float:right}
7
.zoneTri {float:right}
8
 
8
 
9
.boutonTriAsc, .boutonTriDesc {
9
.boutonTriAsc, .boutonTriDesc {
10
	border:none;
10
	border:none;
11
	cursor:pointer;
11
	cursor:pointer;
12
}
12
}
13
.boutonTriAsc:hover, .boutonTriDesc:hover {
13
.boutonTriAsc:hover, .boutonTriDesc:hover {
14
	background-color:#8EB533
14
	background-color:#8EB533
15
}
15
}
16
 
16
 
17
.boutonTriAsc {
17
.boutonTriAsc {
18
	height: 20px;
18
	height: 20px;
19
	background: url(./img/fleche-haut.png) no-repeat
19
	background: url(./img/fleche-haut.png) no-repeat
20
}
20
}
21
 
21
 
22
.boutonTriDesc {
22
.boutonTriDesc {
23
	height: 20px;
23
	height: 20px;
24
	background: url(./img/fleche-bas.png) no-repeat
24
	background: url(./img/fleche-bas.png) no-repeat
-
 
25
}
-
 
26
 
-
 
27
.aucunResultat{
-
 
28
	text-align: left;
25
}
29
}
26
30