Subversion Repositories eFlore/Applications.del

Rev

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

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