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