Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1086 Rev 1088
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
 
14
 
15
.barreVote {
15
.barreVote {
16
	padding: 0 5px 0 5px
16
	padding: 0 5px 0 5px
17
}
17
}
18
 
18
 
19
.validerVote {
19
.validerVote {
20
	font-size: 11px;
20
	font-size: 11px;
21
	margin-left: 5px
21
	margin-left: 5px;
-
 
22
	float:left
-
 
23
}
-
 
24
 
-
 
25
.zoneBoutonsVote {
-
 
26
	position:absolute;
22
}
27
}
23
 
28
 
24
.annuler {
29
.annuler {
25
	background: url("./img/cancel.png") no-repeat;
30
	background: url("./img/cancel.png") no-repeat;
26
	border: none;
31
	border: none;
27
	padding-left: 16px;
32
	padding-left: 16px;
28
	padding-top: 16px;
33
	padding-top: 16px;
29
	margin-left: 5px
34
	margin-left: 5px
30
}
35
}
31
 
36
 
32
.zoneNoteGlobale {
37
.zoneNoteGlobale {
33
	background: none repeat scroll 0 0 #333333;
38
	background: none repeat scroll 0 0 #333333;
34
	margin-left: 122px;
39
	margin-left: 122px;
35
	margin-top: -5px;
40
	margin-top: -5px;
36
	position: absolute;
41
	position: absolute;
37
	white-space: nowrap;
42
	white-space: nowrap;
38
	width: 113px;
43
	width: 113px;
39
	height:29px;
44
	height:29px;
40
	padding:5px;
45
	padding:5px;
41
}
46
}
42
 
47
 
43
.zoneFleur {
48
.zoneFleur {
44
	position:absolute;
49
	position:absolute;
45
	margin-top:-26px;
50
	top:5px;
46
	margin-left:86px;
51
	margin-left:86px;
47
}
52
}
48
 
53
 
49
.protocole {
54
.protocole {
50
	width:124px;
55
	width:124px;
51
	white-space:nowrap;
56
	white-space:nowrap;
52
	text-overflow:ellipsis;
57
	text-overflow:ellipsis;
53
	overflow:hidden;
58
	overflow:hidden;
54
}
59
}