Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1104 gduche 1
.metadonnees {
2
	margin-bottom:10px;
3
	margin-top:10px;
4
	display:inline-block;
5
}
625 gduche 6
.zoneVote {
7
	margin-left: 5px;
8
	height: 100%;
1183 gduche 9
	display:inline-block;
10
	vertical-align:top;
625 gduche 11
	border-left: solid 1px #DDD;
12
	border-right: solid 1px #DDD;
13
	padding-left: 10px;
14
	padding-right:10px;
1183 gduche 15
	text-align:left;
625 gduche 16
}
17
 
18
.taxonPlusProbable {
19
	float: left;
1104 gduche 20
 
625 gduche 21
}
22
 
23
.zoneBarreRepartition {
24
	border: solid 1px #DDD;
25
	padding: 15px;
26
}
27
 
28
.zoneDetailImage {
29
	height: 100%;
645 gduche 30
	width: 255px;
1183 gduche 31
	display:inline-block;
32
	vertical-align:top;
33
	text-align:left;
625 gduche 34
	clear: left;
35
}
36
 
37
.zoneImage {
38
	margin-bottom: 10px;
39
	margin-right: 15px
40
}
41
 
42
.zoneImage div {
43
	clear: left;
44
	padding-top: 5px;
45
}
46
 
47
.zoneImage div img {
48
	float: left;
49
	padding: 0 5px 0 0;
50
}
51
 
52
.boutonProposer {
53
	float: left;
54
	padding: 5px;
55
	cursor: pointer;
56
	background:#8EB533;
57
	border:none;
58
	margin-right:10px;
59
	margin-top:10px;
60
}
61
 
62
.zoneOutils {
63
	width: 15%;
64
	padding-left:10px;
1183 gduche 65
	display:inline-block;
66
	vertical-align:top;
67
	text-align:left;
662 gduche 68
}
69
 
70
.boutons {
1104 gduche 71
	margin-bottom:15px;
1010 aurelien 72
}
73
 
74
.lienProposerObservation {
75
	margin-left: 575px;
1104 gduche 76
}
77
 
78
.nomTaxonProbable{
79
	padding-left:3px;
80
}
81
 
82
.taxonProbable {
83
	background: none repeat scroll 0 0 #F8F8C3;
84
    clear: left;
85
    font-size: 15px;
86
    margin-bottom: 5px;
87
    padding: 13px 9px;
88
}
89
 
90
.voteProtocole  div {
91
	margin-bottom:10px;
92
}
93
 
94
.voteProtocole  div div {
95
	margin-bottom:0px;
96
	border:solid 0px red
97
}
98
.autreOutils {
99
	margin-top:15px;
1122 gduche 100
}
101
 
102
.zonerss {
103
	margin-top:5px;
625 gduche 104
}