Subversion Repositories eFlore/Applications.del

Rev

Rev 564 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
459 benjamin 1
.zoneObservation {
2
	width: 100%;
3
	clear: left;
592 gduche 4
	margin-top: 10px;
5
 
459 benjamin 6
}
7
 
592 gduche 8
.barreNavigation {
9
	max-width: 810px;
10
	margin-top: 0;
11
	padding-bottom: 20px;
12
}
506 gduche 13
 
592 gduche 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
 
506 gduche 28
.boutonTriAsc, .boutonTriDesc {
29
	border:none;
30
	cursor:pointer;
31
}
32
.boutonTriAsc:hover, .boutonTriDesc:hover {
33
	background-color:#8EB533
34
}
35
 
459 benjamin 36
.boutonTriAsc {
37
	height: 20px;
38
	background: url(./img/fleche-haut.png) no-repeat
39
}
40
 
41
.boutonTriDesc {
42
	height: 20px;
43
	background: url(./img/fleche-bas.png) no-repeat
564 benjamin 44
}
45
 
46
.aucunResultat{
47
	text-align: left;
459 benjamin 48
}