Subversion Repositories eFlore/Applications.del

Rev

Rev 1833 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
611 gduche 1
.conteneurBarre {
2
	width:130px;
652 aurelien 3
	display: inline;
611 gduche 4
}
5
 
652 aurelien 6
.conteneurBarreOuiNon {
7
	display: inline;
8
	float: right;
9
}
10
 
11
.labelTaxon {
660 gduche 12
	float: left;
13
    margin-right: 5px;
14
    overflow: hidden;
15
    text-overflow: ellipsis;
16
    white-space: nowrap;
1038 gduche 17
    width: 190px;
886 aurelien 18
    margin-bottom: 5px;
1038 gduche 19
    text-align:left;
652 aurelien 20
}
21
 
611 gduche 22
.barre {
1026 gduche 23
	width:50px;
611 gduche 24
	height:15px;
25
	background:#BBB;
26
	float:left;
27
	margin-right:2px;
28
	margin-left:2px;
652 aurelien 29
	display: inline;
30
	float:left;
611 gduche 31
}
32
 
1026 gduche 33
.pourcentage {
34
	position:absolute;
35
	font-size:10px;
36
	width:48px;
37
	text-align:center;
38
}
39
 
611 gduche 40
.barreOui {
41
	background:#8EB533;
42
	padding-bottom:15px;
43
}
44
 
45
.barreNon {
1104 gduche 46
	background:#f06a6a;
611 gduche 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;
1193 gduche 65
	width:30px;
611 gduche 66
	border-radius:0 2px 2px 0;
1070 aurelien 67
	background-image: url("img/pouce_haut.png");
611 gduche 68
}
69
 
70
.boutonOui:hover {
1070 aurelien 71
	background-image: url("img/pouce_haut_hover.png");
611 gduche 72
}
73
 
74
.boutonNon:hover {
1070 aurelien 75
	background-image: url("img/pouce_bas_hover.png");
611 gduche 76
}
77
 
78
.boutonNon {
79
	width:9%;
80
	height:15px;
1193 gduche 81
	width:30px;
611 gduche 82
	border-radius:2px 0 0 2px;
1070 aurelien 83
	background-image: url("img/pouce_bas.png");
1193 gduche 84
	margin-right:5px;
611 gduche 85
}
672 gduche 86
 
1124 gduche 87
.score {
88
	font-size:13px;
1833 aurelien 89
	color:#333;
1124 gduche 90
	font-weight:bold;
91
	margin-right:10px;
92
	width:28px;
93
}