Subversion Repositories eFlore/Applications.del

Rev

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

Rev 164 Rev 175
Line 36... Line 36...
36
}
36
}
Line 37... Line 37...
37
 
37
 
Line 38... Line 38...
38
/** Style pour les barres de vote **/
38
/** Style pour les barres de vote **/
39
 
39
 
40
.barreRepartition, .barreRepartitionAucunVote {
40
.barreRepartition, .barreRepartitionAucunVote {
41
	height:20px;	
41
	height:5px;	
42
	width:200px;
42
	width:200px;
Line 43... Line 43...
43
	border:1px solid black;
43
	border:1px solid black;
44
}
44
}
-
 
45
 
-
 
46
.barreRepartition {
45
 
47
	background-color: #C83232;
Line 46... Line 48...
46
.barreRepartition {
48
	-moz-box-shadow:2px 2px 2px #AAAAAA; -moz-box-shadow:2px 2px 2px #AAAAAA;
47
	background-color: red;
49
	-moz-border-radius:8px; -webkit-border-radius:8px;
48
}
50
}
Line 54... Line 56...
54
.elementBarreRepartition {
56
.elementBarreRepartition {
55
	height: 100%;
57
	height: 100%;
56
}
58
}
Line 57... Line 59...
57
 
59
 
-
 
60
.voteOui {
58
.voteOui {
61
	-moz-border-radius:8px 0 0 8px; -webkit-border-radius:8px 0 0 8px;
59
	background-color: green;
62
	background-color: #8EB533;
60
	border-right: 1px solid black;	
63
	border-right: 1px solid black;	
Line 61... Line 64...
61
}
64
}
62
 
65
 
63
.nomTaxonBarreRepartition {
66
.nomTaxonBarreRepartition {
64
    float: right;
67
    float: right;
65
    margin-top: -18px;
68
    margin-top: -21px;
Line 66... Line 69...
66
    margin-right: 5px;
69
    margin-right: 5px;
67
}
70
}