Subversion Repositories eFlore/Applications.del

Rev

Rev 1086 | Rev 1095 | 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
 
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;
34
	margin-left: 5px
35
}
36
 
37
.zoneNoteGlobale {
38
	background: none repeat scroll 0 0 #333333;
39
	margin-left: 122px;
40
	margin-top: -5px;
41
	position: absolute;
42
	white-space: nowrap;
43
	width: 113px;
44
	height:29px;
45
	padding:5px;
46
}
47
 
48
.zoneFleur {
49
	position:absolute;
1088 gduche 50
	top:5px;
1086 gduche 51
	margin-left:86px;
52
}
53
 
54
.protocole {
55
	width:124px;
56
	white-space:nowrap;
57
	text-overflow:ellipsis;
58
	overflow:hidden;
59
}