Subversion Repositories eFlore/Applications.del

Rev

Rev 1393 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
560 benjamin 1
.metadonnees {
1050 gduche 2
	width:180px;
1337 gduche 3
	overflow:hidden;
560 benjamin 4
}
449 gduche 5
 
655 gduche 6
.metadonnees .donnee {
7
	display: inline-block;
8
}
9
 
560 benjamin 10
.labelNomRetenu {
11
	display: none
12
}
449 gduche 13
 
560 benjamin 14
.nomRetenu {
1026 gduche 15
	display: none;
560 benjamin 16
	font-size: 15px;
668 gduche 17
	color: #598000;
1026 gduche 18
	width: 170px;
1170 aurelien 19
	overflow: auto;
1026 gduche 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
}
449 gduche 32
 
1393 aurelien 33
.zoneReferentiel {
34
	margin-top: 1em;
35
}
36
 
37
.labelReferentiel {
38
	display: inline;
39
}
40
 
560 benjamin 41
.zoneFamille div {
655 gduche 42
	display: inline;
560 benjamin 43
}
449 gduche 44
 
560 benjamin 45
.zoneLocalite {
1050 gduche 46
	margin-top:5px;
560 benjamin 47
}
48
 
49
.zoneLocalite div {
1026 gduche 50
 
560 benjamin 51
}
52
 
53
.zoneLieuDit {
1026 gduche 54
	display: inline;
560 benjamin 55
}
56
 
1026 gduche 57
.zoneStation {
58
	display: inline;
1337 gduche 59
 
560 benjamin 60
}
61
 
62
.zoneMilieu {
1026 gduche 63
	display: inline;
560 benjamin 64
}
65
 
66
.zoneMilieu div {
67
	display: inline
68
}
69
 
70
.zoneCommentaire {
1050 gduche 71
	margin-top:5px;
560 benjamin 72
}
73
 
74
.zoneCommentaire div {
1026 gduche 75
 
560 benjamin 76
}
77
 
1026 gduche 78
.commentaire {
79
	display: block;
1050 gduche 80
	height: 94px;
1180 aurelien 81
	overflow: auto;
1026 gduche 82
	text-overflow: ellipsis
83
}
84
 
560 benjamin 85
.zoneDateReleve {
86
}
87
 
88
.zoneAuteur {
89
}
90
 
91
.zoneAuteur div {
92
	display: inline
93
}
94
 
1026 gduche 95
.zoneDate {
96
	display: none
97
}