Subversion Repositories eFlore/Applications.del

Rev

Rev 677 | 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 {
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 {
677 gduche 33
	border-bottom:dotted 1px #8EB533
506 gduche 34
}
35
 
459 benjamin 36
.boutonTriAsc {
677 gduche 37
	height: 19px;
459 benjamin 38
	background: url(./img/fleche-haut.png) no-repeat
39
}
40
 
41
.boutonTriDesc {
677 gduche 42
	height: 19px;
459 benjamin 43
	background: url(./img/fleche-bas.png) no-repeat
564 benjamin 44
}
45
 
46
.aucunResultat{
47
	text-align: left;
459 benjamin 48
}