Subversion Repositories eFlore/Applications.del

Rev

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