Subversion Repositories eFlore/Applications.del

Rev

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