Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1471 Rev 1566
1
.moyenne {
1
.moyenne {
2
	background: none repeat scroll 0 0 #333333;
2
	background: none repeat scroll 0 0 #333333;
3
	display: block;
3
	display: block;
4
	margin-left: -5px;
4
	margin-left: -5px;
5
	margin-top: -7px;
5
	margin-top: -7px;
6
	padding: 5px;
6
	padding: 5px;
7
	width: 116px;
7
	width: 116px;
8
}
8
}
9
 
9
 
10
.petit {
10
.petit {
11
	font-size: 11px;
11
	font-size: 11px;
12
	color: #AAA
12
	color: #AAA
13
}
13
}
-
 
14
 
-
 
15
.petitgauche {
-
 
16
	font-size: 11px;
-
 
17
	color: #AAA;
-
 
18
	float: left;
-
 
19
}
14
 
20
 
15
.barreVote {
21
.barreVote {
16
	padding: 0 5px 0 5px
22
	padding: 0 5px 0 5px
17
}
23
}
18
 
24
 
19
.validerVote {
25
.validerVote {
20
	font-size: 11px;
26
	font-size: 11px;
21
	margin-left: 5px;
27
	margin-left: 5px;
22
	float:left
28
	float:left
23
}
29
}
24
 
30
 
25
.zoneBoutonsVote {
31
.zoneBoutonsVote {
26
	position:absolute;
32
	position:absolute;
27
}
33
}
28
 
34
 
29
.annuler {
35
.annuler {
30
	background: url("./img/cancel.png") no-repeat;
36
	background: url("./img/cancel.png") no-repeat;
31
	border: none;
37
	border: none;
32
	padding-left: 16px;
38
	padding-left: 16px;
33
	padding-top: 16px;
39
	padding-top: 16px;
34
	margin-left: 5px;
40
	margin-left: 5px;
35
	cursor: pointer;
41
	cursor: pointer;
36
}
42
}
37
 
43
 
38
.zoneNoteGlobale {
44
.zoneNoteGlobale {
39
	background: none repeat scroll 0 0 #333333;
45
	background: none repeat scroll 0 0 #333333;
40
	margin-left: 122px;
46
	margin-left: 122px;
41
	margin-top: -5px;
47
	margin-top: -5px;
42
	position: absolute;
48
	position: absolute;
43
	white-space: nowrap;
49
	white-space: nowrap;
44
	width: 113px;
50
	width: 113px;
45
	height:29px;
51
	height:29px;
46
	padding:5px;
52
	padding:5px;
47
}
53
}
48
 
54
 
49
.zoneFleur {
55
.zoneFleur {
50
	position:absolute;
56
	position:absolute;
51
	top:5px;
57
	top:5px;
52
	margin-left:86px;
58
	margin-left:86px;
53
}
59
}
54
 
60
 
55
.protocole {
61
.protocole {
56
	width:124px;
62
	width:124px;
57
	white-space:nowrap;
63
	white-space:nowrap;
58
	text-overflow:ellipsis;
64
	text-overflow:ellipsis;
59
	overflow:hidden;
65
	overflow:hidden;
60
}
66
}
61
 
67
 
62
.zoneVoter {
68
.zoneVoter {
63
    background: none repeat scroll 0 0 #8EB533;
69
    background: none repeat scroll 0 0 #8EB533;
64
    color: white;
70
    color: white;
65
    font-size: 15px;
71
    font-size: 15px;
66
    height: 29px;
72
    height: 29px;
67
    margin-left: -5px;
73
    margin-left: -5px;
68
    margin-top: -18px;
74
    margin-top: -18px;
69
    padding: 10px 5px 0 39px;
75
    padding: 10px 5px 0 39px;
70
    position: absolute;
76
    position: absolute;
71
    width: 82px;
77
    width: 82px;
72
}
78
}