Subversion Repositories eFlore/Applications.del

Rev

Rev 1180 | Rev 1393 | Go to most recent revision | 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
 
560 benjamin 33
.zoneFamille div {
655 gduche 34
	display: inline;
560 benjamin 35
}
449 gduche 36
 
560 benjamin 37
.zoneLocalite {
1050 gduche 38
	margin-top:5px;
560 benjamin 39
}
40
 
41
.zoneLocalite div {
1026 gduche 42
 
560 benjamin 43
}
44
 
45
.zoneLieuDit {
1026 gduche 46
	display: inline;
560 benjamin 47
}
48
 
1026 gduche 49
.zoneStation {
50
	display: inline;
1337 gduche 51
 
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 {
1050 gduche 63
	margin-top:5px;
560 benjamin 64
}
65
 
66
.zoneCommentaire div {
1026 gduche 67
 
560 benjamin 68
}
69
 
1026 gduche 70
.commentaire {
71
	display: block;
1050 gduche 72
	height: 94px;
1180 aurelien 73
	overflow: auto;
1026 gduche 74
	text-overflow: ellipsis
75
}
76
 
560 benjamin 77
.zoneDateReleve {
78
}
79
 
80
.zoneAuteur {
81
}
82
 
83
.zoneAuteur div {
84
	display: inline
85
}
86
 
1026 gduche 87
.zoneDate {
88
	display: none
89
}