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
623 gduche 1
.metadonnees {
2
	width:100%;
3
}
4
.metadonnees div {
5
	float:left;
6
	padding:0 3px 0 0;
7
}
1393 aurelien 8
.zoneReferentiel {
1664 jpm 9
	margin-top:1em;
1393 aurelien 10
}
623 gduche 11
.famille {
12
	display:none;
13
}
1664 jpm 14
.nomCommun {
15
}
623 gduche 16
.nomCommun:before {
17
	content:"(";
18
}
19
.nomCommun:after {
20
	content:")";
21
}
22
.metaPart1 {
23
	clear:both;
1104 gduche 24
	font-size:15px;
623 gduche 25
}
26
.metaPart2 {
27
	clear:both;
1104 gduche 28
	color:#777;
29
	max-width:850px;
623 gduche 30
}
31
.metaPart3 {
1104 gduche 32
	display:none;
33
	max-width:850px;
34
}
1667 jpm 35
.lieuDit {
1104 gduche 36
}
1667 jpm 37
.zoneLieu {
1104 gduche 38
}
39
.espece {
1664 jpm 40
	color:#454341;
41
	font-size:18px;
42
	margin-top:-3px;
1104 gduche 43
}
44
.label {
45
	font-size:12px;
46
	margin-top:3px;
623 gduche 47
}