Subversion Repositories eFlore/Applications.del

Rev

Rev 572 | Rev 617 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 572 Rev 614
Line 38... Line 38...
38
/** Erreur dans un formulaire de type texte **/
38
/** Erreur dans un formulaire de type texte **/
39
.erreurFormTexte {
39
.erreurFormTexte {
40
	background-color: red;
40
	background-color: red;
41
}
41
}
Line 42... Line -...
42
 
-
 
43
/** Style pour les barres de vote **/
-
 
44
.repartitionVoteTaxonPopulaire .barreRepartition,.barreRepartitionAucunVote
-
 
45
	{
-
 
46
	
-
 
47
}
-
 
48
 
-
 
49
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
-
 
50
	margin-top: 3px;
-
 
51
}
-
 
52
 
-
 
53
.conteneurBarreRepartition {
-
 
54
	display: inline-block;
-
 
55
	float: right;
-
 
56
	margin: 15px 15px 4px 15px;
-
 
57
	float: left;
-
 
58
}
-
 
59
 
-
 
60
.conteneurBoutonVote {
-
 
61
	float: left;
-
 
62
}
-
 
63
 
-
 
64
.barreRepartition,.barreRepartitionAucunVote {
-
 
65
	height: 5px;
-
 
66
	width: 200px;
-
 
67
	border: 1px solid black;
-
 
68
}
-
 
69
 
-
 
70
.barreRepartition {
-
 
71
	background-color: #C83232;
-
 
72
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
-
 
73
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
-
 
74
	-moz-border-radius: 8px;
-
 
75
	-webkit-border-radius: 8px;
-
 
76
}
-
 
77
 
-
 
78
.barreRepartitionAucunVote {
-
 
79
	background-color: #DDDDDD;
-
 
80
}
-
 
81
 
-
 
82
.elementBarreRepartition {
-
 
83
	height: 100%;
-
 
84
}
-
 
85
 
-
 
86
.voteOui {
-
 
87
	-moz-border-radius: 8px 0 0 8px;
-
 
88
	-webkit-border-radius: 8px 0 0 8px;
-
 
89
	background-color: #8EB533;
-
 
90
	border-right: 1px solid black;
-
 
91
}
-
 
92
 
-
 
93
.nomTaxonBarreRepartition {
-
 
94
	float: right;
-
 
95
	margin-top: -25px;
-
 
96
	margin-right: 5px;
-
 
Line 97... Line 42...
97
}
42
 
98
 
43
 
99
/** Set ids using widget.getElement().setId("idOfElement") */
44
/** Set ids using widget.getElement().setId("idOfElement") */
100
#closeButton {
45
#closeButton {