Subversion Repositories eFlore/Applications.del

Rev

Rev 1471 | Details | Compare with Previous | Last modification | View Log | RSS feed

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