Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2211 arthur 1
.conteneurBarre {
2
	width:130px;
3
	display: inline;
4
}
5
 
6
.conteneurBarreOuiNon {
7
	display: inline;
8
	float: right;
9
}
10
 
11
.labelTaxon {
12
	float: left;
13
    margin-right: 5px;
14
    overflow: hidden;
15
    text-overflow: ellipsis;
16
    white-space: nowrap;
17
    width: 190px;
18
    margin-bottom: 5px;
19
    text-align:left;
20
}
21
 
22
.barre {
23
	width:50px;
24
	height:15px;
25
	background:#BBB;
26
	float:left;
27
	margin-right:2px;
28
	margin-left:2px;
29
	display: inline;
30
	float:left;
31
}
32
 
33
.pourcentage {
34
	position:absolute;
35
	font-size:10px;
36
	width:48px;
37
	text-align:center;
38
}
39
 
40
.barreOui {
41
	background:#8EB533;
42
	padding-bottom:15px;
43
}
44
 
45
.barreNon {
46
	background:#f06a6a;
47
	padding-bottom:15px;
48
}
49
 
50
.boutonOui, .boutonNon {
51
	text-align:center;
52
	color:white;
53
	line-height:1em;
54
	font-size:15px;
55
	font-weight:bold;
56
	cursor:pointer;
57
	float:left;
58
	background:#AAA;
59
 
60
}
61
 
62
.boutonOui {
63
	width:9%;
64
	height:15px;
65
	width:30px;
66
	border-radius:0 2px 2px 0;
67
	background-image: url("img/pouce_haut.png");
68
}
69
 
70
.boutonOui:hover {
71
	background-image: url("img/pouce_haut_hover.png");
72
}
73
 
74
.boutonNon:hover {
75
	background-image: url("img/pouce_bas_hover.png");
76
}
77
 
78
.boutonNon {
79
	width:9%;
80
	height:15px;
81
	width:30px;
82
	border-radius:2px 0 0 2px;
83
	background-image: url("img/pouce_bas.png");
84
	margin-right:5px;
85
}
86
 
87
.score {
88
	font-size:13px;
89
	color:#333;
90
	font-weight:bold;
91
	margin-right:10px;
92
	width:28px;
93
}