Subversion Repositories eFlore/Applications.del

Rev

Rev 655 | Rev 1088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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