Subversion Repositories eFlore/Applications.del

Rev

Rev 973 | Rev 1104 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
901 aurelien 1
.conteneurTableauVotes {
2
	z-index: 1500;
3
	padding: 30px;
4
	padding-right: 21px;
5
	padding-top: 20px;
6
	background: white;
1102 gduche 7
	width: 600px;
901 aurelien 8
	margin: 0 auto;
9
	margin-top: 5%;
10
	padding-bottom:50px;
11
}
12
 
13
.chargement {
14
    padding-left: 165px;
15
}
973 aurelien 16
 
17
.auteur {
18
	color: #6C6865;
19
    font-family: arial;
20
    font-size: 13px;
21
    font-style: italic;
22
    font-weight: bold;
23
    letter-spacing: 0;
24
    line-height: 18px;
25
    text-transform: none;
26
    margin-top: -10px;
27
}
1102 gduche 28
 
29
 
30
 .detailVotePour {
31
 	width:250px;
32
 	float:left;
33
 }
34
 
35
 .detailVoteContre {
36
 	width:250px;
37
 	float:left;
38
 }
39
 
40
 .titreVotes div {
41
 	font-size:16px;
42
 	color:#8EB533;
43
 	margin-bottom:5px;
44
 	margin-right:15px;
45
 	float:left;
46
 	font-weight:bold;
47
 }
48
 
49
 
50
 .titreVotesContre div {
51
 	color:#C61717;
52
 }
53
 
54
 .detailVotes {
55
 	clear:left;
56
 }
57
 
58
 .detailVotes div {
59
 	float:left;
60
 	font-size:12px;
61
 	margin-bottom:1px;
62
 }