Subversion Repositories eFlore/Applications.del

Rev

Rev 638 | Rev 660 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 638 Rev 652
1
.conteneurBarre {
1
.conteneurBarre {
2
	width:130px;
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;
3
}
14
}
4
 
15
 
5
.barre {
16
.barre {
6
	width:50%;
17
	width:80px;
7
	height:15px;
18
	height:15px;
8
	background:#BBB;
19
	background:#BBB;
9
	float:left;
20
	float:left;
10
	margin-right:2px;
21
	margin-right:2px;
11
	margin-left:2px;
22
	margin-left:2px;
-
 
23
	display: inline;
-
 
24
	float:left;
12
}
25
}
13
 
26
 
14
.barreOui {
27
.barreOui {
15
	background:#8EB533;
28
	background:#8EB533;
16
	padding-bottom:15px;
29
	padding-bottom:15px;
17
}
30
}
18
 
31
 
19
.barreNon {
32
.barreNon {
20
	background:#C61717;
33
	background:#C61717;
21
	padding-bottom:15px;
34
	padding-bottom:15px;
22
}
35
}
23
 
36
 
24
.boutonOui, .boutonNon {
37
.boutonOui, .boutonNon {
25
	text-align:center;
38
	text-align:center;
26
	color:white;
39
	color:white;
27
	line-height:1em;
40
	line-height:1em;
28
	font-size:15px;
41
	font-size:15px;
29
	font-weight:bold;
42
	font-weight:bold;
30
	cursor:pointer;
43
	cursor:pointer;
31
	float:left;
44
	float:left;
32
	background:#AAA;
45
	background:#AAA;
33
	
46
	
34
}
47
}
35
 
48
 
36
.boutonOui {
49
.boutonOui {
37
	width:9%;
50
	width:9%;
38
	height:15px;
51
	height:15px;
39
	width:15px;
52
	width:15px;
40
	border-radius:0 2px 2px 0;
53
	border-radius:0 2px 2px 0;
41
}
54
}
42
 
55
 
43
.boutonOui:hover {
56
.boutonOui:hover {
44
	background:#8EB533;
57
	background:#8EB533;
45
}
58
}
46
 
59
 
47
.boutonNon:hover {
60
.boutonNon:hover {
48
	background:#C61717
61
	background:#C61717
49
}
62
}
50
 
63
 
51
.boutonNon {
64
.boutonNon {
52
	width:9%;
65
	width:9%;
53
	height:15px;
66
	height:15px;
54
	width:15px;
67
	width:15px;
55
	border-radius:2px 0 0 2px;
68
	border-radius:2px 0 0 2px;
56
}
69
}