Subversion Repositories eFlore/Applications.del

Rev

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

Rev 156 Rev 162
Line 34... Line 34...
34
.erreurFormTexte {
34
.erreurFormTexte {
35
	background-color : red ; 
35
	background-color : red ; 
36
}
36
}
Line 37... Line 37...
37
 
37
 
-
 
38
/** Style pour les barres de vote **/
38
/** Style pour les barres de vote **/
39
 
39
.barreRepartition {
40
.barreRepartition, .barreRepartitionAucunVote {
40
	height:20px;	
41
	height:20px;	
41
	width:300px;
42
	width:200px;
-
 
43
	border:1px solid black;
-
 
44
}
-
 
45
 
42
	border:1px solid black;
46
.barreRepartition {
43
	background-color: red;
47
	background-color: red;
Line -... Line 48...
-
 
48
}
-
 
49
 
-
 
50
.barreRepartitionAucunVote {
-
 
51
	background-color: #DDDDDD;
44
}
52
}
45
 
53
 
46
.elementBarreRepartition {
54
.elementBarreRepartition {
Line 47... Line 55...
47
	height: 100%;
55
	height: 100%;
Line 53... Line 61...
53
}
61
}
Line 54... Line 62...
54
 
62
 
55
.nomTaxonBarreRepartition {
63
.nomTaxonBarreRepartition {
56
    float: right;
64
    float: right;
-
 
65
    margin-top: -18px;
57
    margin-top: -18px;
66
    margin-right: 5px;
Line 58... Line 67...
58
}
67
}
59
 
68
 
60
/** Set ids using widget.getElement().setId("idOfElement") */
69
/** Set ids using widget.getElement().setId("idOfElement") */