Subversion Repositories eFlore/Applications.del

Rev

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