Subversion Repositories eFlore/Applications.del

Rev

Rev 638 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
611 gduche 1
.conteneurBarre {
2
	width:130px;
3
}
4
 
5
.barre {
6
	width:50%;
7
	height:15px;
8
	background:#BBB;
9
	float:left;
10
	margin-right:2px;
11
	margin-left:2px;
12
}
13
 
14
.barreOui {
15
	background:#8EB533;
16
	padding-bottom:15px;
17
}
18
 
19
.barreNon {
20
	background:#C61717;
21
	padding-bottom:15px;
22
}
23
 
24
.boutonOui, .boutonNon {
25
	text-align:center;
26
	color:white;
27
	line-height:1em;
28
	font-size:15px;
29
	font-weight:bold;
30
	cursor:pointer;
31
	float:left;
32
	background:#AAA;
33
 
34
}
35
 
36
.boutonOui {
37
	width:9%;
38
	height:15px;
39
	width:15px;
40
	border-radius:0 2px 2px 0;
41
}
42
 
43
.boutonOui:hover {
44
	background:#8EB533;
45
}
46
 
47
.boutonNon:hover {
48
	background:#C61717
49
}
50
 
51
.boutonNon {
52
	width:9%;
53
	height:15px;
54
	width:15px;
55
	border-radius:2px 0 0 2px;
56
}