Subversion Repositories eFlore/Applications.del

Rev

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

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