Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
560 benjamin 1
.metadonnees {
1664 jpm 2
	width:100%;
1337 gduche 3
	overflow:hidden;
560 benjamin 4
}
655 gduche 5
.metadonnees .donnee {
6
	display: inline-block;
7
}
560 benjamin 8
.labelNomRetenu {
9
	display: none
10
}
11
.nomRetenu {
1026 gduche 12
	display: none;
560 benjamin 13
	font-size: 15px;
668 gduche 14
	color: #598000;
1026 gduche 15
	width: 170px;
1170 aurelien 16
	overflow: auto;
1026 gduche 17
	white-space: nowrap;
18
	text-overflow: ellipsis;
560 benjamin 19
}
1026 gduche 20
.lieuDuReleve {
21
	display: block;
22
}
560 benjamin 23
.zoneFamille {
1026 gduche 24
	display: none;
560 benjamin 25
	margin-top: 1em;
26
}
1393 aurelien 27
.zoneReferentiel {
28
	margin-top: 1em;
29
}
30
.labelReferentiel {
31
	display: inline;
32
}
560 benjamin 33
.zoneFamille div {
655 gduche 34
	display: inline;
560 benjamin 35
}
36
.zoneLocalite {
1050 gduche 37
	margin-top:5px;
560 benjamin 38
}
39
.zoneLocalite div {
1026 gduche 40
 
560 benjamin 41
}
42
.zoneLieuDit {
1026 gduche 43
	display: inline;
560 benjamin 44
}
1026 gduche 45
.zoneStation {
46
	display: inline;
1337 gduche 47
 
560 benjamin 48
}
49
.zoneMilieu {
1026 gduche 50
	display: inline;
560 benjamin 51
}
52
.zoneMilieu div {
53
	display: inline
54
}
55
.zoneCommentaire {
1050 gduche 56
	margin-top:5px;
560 benjamin 57
}
58
.zoneCommentaire div {
1026 gduche 59
 
560 benjamin 60
}
1026 gduche 61
.commentaire {
62
	display: block;
1050 gduche 63
	height: 94px;
1180 aurelien 64
	overflow: auto;
1026 gduche 65
	text-overflow: ellipsis
66
}
560 benjamin 67
.zoneDateReleve {
68
}
69
 
70
.zoneAuteur {
71
}
72
.zoneAuteur div {
73
	display: inline
74
}
1026 gduche 75
.zoneDate {
1934 aurelien 76
	display: inline;
1026 gduche 77
}