Subversion Repositories eFlore/Applications.del

Rev

Rev 449 | Rev 564 | 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;
12
	text-decoration: underline;
13
	color: blue;
14
}
449 gduche 15
 
560 benjamin 16
.zoneFamille {
17
	margin-top: 1em;
18
	cursor: pointer;
19
	color: blue;
20
}
449 gduche 21
 
560 benjamin 22
.zoneFamille div {
23
	display: inline
24
}
449 gduche 25
 
560 benjamin 26
.zoneFamille div:first-child:after {
27
	content: " : "
28
}
449 gduche 29
 
560 benjamin 30
.zoneLocalite {
31
	cursor: pointer;
32
	color: blue;
33
}
34
 
35
.zoneLocalite div {
36
	display: inline
37
}
38
 
39
.zoneLocalite div:first-child:after {
40
	content: " : "
41
}
42
 
43
.zoneLieuDit {
44
 
45
}
46
 
47
.zoneLieuDit div:first-child {
48
	display: none
49
}
50
 
51
.zoneMilieu {
52
	cursor: pointer;
53
	color: blue;
54
}
55
 
56
.zoneMilieu div {
57
	display: inline
58
}
59
 
60
.zoneMilieu div:first-child:after {
61
	content: " : "
62
}
63
 
64
.zoneCommentaire {
65
	cursor: pointer;
66
	color: blue;
67
}
68
 
69
.zoneCommentaire div {
70
	display: inline
71
}
72
 
73
.zoneCommentaire div:first-child:after {
74
	content: " : "
75
}
76
 
77
.zoneDateReleve {
78
	cursor: pointer;
79
	color: blue;
80
}
81
 
82
.zoneAuteur {
83
	cursor: pointer;
84
	color: blue;
85
}
86
 
87
.zoneAuteur div {
88
	display: inline
89
}
90
 
91
.zoneAuteur div:first-child:after {
92
	content: " : "
93
}