Subversion Repositories eFlore/Applications.del

Rev

Rev 668 | Rev 1026 | 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;
41
}
449 gduche 42
 
560 benjamin 43
.zoneFamille div {
655 gduche 44
	display: inline;
560 benjamin 45
}
449 gduche 46
 
560 benjamin 47
.zoneLocalite {
48
	cursor: pointer;
49
}
50
 
51
.zoneLocalite div {
52
	display: inline
53
}
54
 
55
.zoneLieuDit {
56
 
57
}
58
 
59
.zoneLieuDit div:first-child {
655 gduche 60
	visibility:hidden;
560 benjamin 61
}
62
 
63
.zoneMilieu {
64
	cursor: pointer;
65
}
66
 
67
.zoneMilieu div {
68
	display: inline
69
}
70
 
71
 
72
.zoneCommentaire {
73
	cursor: pointer;
74
}
75
 
76
.zoneCommentaire div {
77
	display: inline
78
}
79
 
80
.zoneDateReleve {
81
	cursor: pointer;
82
}
83
 
84
.zoneAuteur {
85
	cursor: pointer;
86
}
87
 
88
.zoneAuteur div {
89
	display: inline
90
}
91