Subversion Repositories eFlore/Applications.del

Rev

Rev 669 | Rev 1038 | 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
 
655 gduche 5
.metadonnees .donnee {
6
	display: inline-block;
7
}
8
 
560 benjamin 9
.labelNomRetenu {
10
	display: none
11
}
449 gduche 12
 
560 benjamin 13
.nomRetenu {
1026 gduche 14
	display: none;
560 benjamin 15
	font-size: 15px;
16
	cursor: pointer;
668 gduche 17
	color: #598000;
1026 gduche 18
	width: 170px;
19
	overflow: hidden;
20
	white-space: nowrap;
21
	text-overflow: ellipsis;
560 benjamin 22
}
449 gduche 23
 
1026 gduche 24
.lieuDuReleve {
25
	display: block;
26
}
27
 
560 benjamin 28
.zoneFamille {
1026 gduche 29
	display: none;
560 benjamin 30
	margin-top: 1em;
31
	cursor: pointer;
32
}
449 gduche 33
 
560 benjamin 34
.zoneFamille div {
655 gduche 35
	display: inline;
560 benjamin 36
}
449 gduche 37
 
560 benjamin 38
.zoneLocalite {
39
	cursor: pointer;
40
}
41
 
42
.zoneLocalite div {
1026 gduche 43
 
560 benjamin 44
}
45
 
46
.zoneLieuDit {
1026 gduche 47
	display: inline;
560 benjamin 48
}
49
 
1026 gduche 50
.zoneStation {
51
	display: inline;
560 benjamin 52
}
53
 
54
.zoneMilieu {
1026 gduche 55
	display: inline;
560 benjamin 56
}
57
 
58
.zoneMilieu div {
59
	display: inline
60
}
61
 
62
.zoneCommentaire {
63
	cursor: pointer;
64
}
65
 
66
.zoneCommentaire div {
1026 gduche 67
 
560 benjamin 68
}
69
 
1026 gduche 70
.commentaire {
71
	display: block;
72
	height: 115px;
73
	width:150px;
74
	overflow: hidden;
75
	text-overflow: ellipsis
76
}
77
 
560 benjamin 78
.zoneDateReleve {
79
	cursor: pointer;
80
}
81
 
82
.zoneAuteur {
83
	cursor: pointer;
84
}
85
 
86
.zoneAuteur div {
87
	display: inline
88
}
89
 
1026 gduche 90
.zoneDate {
91
	display: none
92
}