Subversion Repositories eFlore/Applications.del

Rev

Rev 2080 | 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
 
1583 mathias 15
.petitgauche, .petitgauchecliquable {
1566 mathias 16
	font-size: 11px;
17
	color: #AAA;
18
	float: left;
19
}
20
 
1583 mathias 21
.petitgauchecliquable, .fermerPanneauDetails {
22
	text-decoration: underline;
23
	cursor: pointer;
24
}
25
 
26
.chiffreDroite {
27
	float: right;
28
	margin-right: 10px;
29
	color: #22ee22;
30
}
31
 
32
.panneauDetailVotes {
33
	position: absolute;
34
	top: -205px;
35
	right: 0;
36
	width : 200px;
37
	height: 192px;
38
	padding: 3px;
39
	color: #dddddd;
40
	background-color: #333333;
41
	border: solid white 1px;
42
}
43
 
44
.fermerPanneauDetails {
45
	position: absolute;
46
	bottom: 3px;
47
	right: 3px;
48
	font-size: 11px;
49
	color: #AAA;
50
}
51
 
1086 gduche 52
.barreVote {
53
	padding: 0 5px 0 5px
54
}
55
 
56
.validerVote {
57
	font-size: 11px;
1088 gduche 58
	margin-left: 5px;
59
	float:left
1086 gduche 60
}
61
 
1088 gduche 62
.zoneBoutonsVote {
63
	position:absolute;
64
}
65
 
1086 gduche 66
.annuler {
67
	background: url("./img/cancel.png") no-repeat;
68
	border: none;
69
	padding-left: 16px;
70
	padding-top: 16px;
1471 aurelien 71
	margin-left: 5px;
72
	cursor: pointer;
1086 gduche 73
}
74
 
75
.zoneNoteGlobale {
76
	background: none repeat scroll 0 0 #333333;
77
	margin-left: 122px;
78
	margin-top: -5px;
79
	position: absolute;
80
	white-space: nowrap;
81
	width: 113px;
82
	height:29px;
83
	padding:5px;
84
}
85
 
86
.zoneFleur {
87
	position:absolute;
1088 gduche 88
	top:5px;
1086 gduche 89
	margin-left:86px;
90
}
91
 
92
.protocole {
93
	width:124px;
94
	white-space:nowrap;
95
	text-overflow:ellipsis;
96
	overflow:hidden;
1095 gduche 97
}
98
 
99
.zoneVoter {
2080 aurelien 100
    background: #8eb533 none repeat scroll 0 0;
1095 gduche 101
    color: white;
102
    font-size: 15px;
2080 aurelien 103
    height: 40px;
1095 gduche 104
    margin-left: -5px;
105
    margin-top: -18px;
106
    position: absolute;
2080 aurelien 107
    text-align: center;
108
    width: 126px;
109
    display: table;
1095 gduche 110
}
2080 aurelien 111
 
112
.zoneVoter span {
113
	display: table-cell;
114
	vertical-align: middle;
115
}