Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
560 benjamin 1
.metadonnees {
2
 
3
}
449 gduche 4
 
560 benjamin 5
.labelNomRetenu {
6
	display: none
7
}
449 gduche 8
 
560 benjamin 9
.nomRetenu {
10
	font-size: 15px;
11
	cursor: pointer;
564 benjamin 12
	color: white;
560 benjamin 13
}
449 gduche 14
 
560 benjamin 15
.zoneFamille {
16
	margin-top: 1em;
17
	cursor: pointer;
564 benjamin 18
	color: white;
560 benjamin 19
}
449 gduche 20
 
560 benjamin 21
.zoneFamille div {
22
	display: inline
23
}
449 gduche 24
 
560 benjamin 25
.zoneFamille div:first-child:after {
26
	content: " : "
27
}
449 gduche 28
 
560 benjamin 29
.zoneLocalite {
30
	cursor: pointer;
564 benjamin 31
	color: white;
560 benjamin 32
}
33
 
34
.zoneLocalite div {
35
	display: inline
36
}
37
 
38
.zoneLocalite div:first-child:after {
39
	content: " : "
40
}
41
 
42
.zoneLieuDit {
43
 
44
}
45
 
46
.zoneLieuDit div:first-child {
47
	display: none
48
}
49
 
50
.zoneMilieu {
51
	cursor: pointer;
564 benjamin 52
	color: white;
560 benjamin 53
}
54
 
55
.zoneMilieu div {
56
	display: inline
57
}
58
 
59
.zoneMilieu div:first-child:after {
60
	content: " : "
61
}
62
 
63
.zoneCommentaire {
64
	cursor: pointer;
564 benjamin 65
	color: white;
560 benjamin 66
}
67
 
68
.zoneCommentaire div {
69
	display: inline
70
}
71
 
72
.zoneCommentaire div:first-child:after {
73
	content: " : "
74
}
75
 
76
.zoneDateReleve {
77
	cursor: pointer;
564 benjamin 78
	color: white;
560 benjamin 79
}
80
 
81
.zoneAuteur {
82
	cursor: pointer;
564 benjamin 83
	color: white;
560 benjamin 84
}
85
 
86
.zoneAuteur div {
87
	display: inline
88
}
89
 
90
.zoneAuteur div:first-child:after {
91
	content: " : "
92
}