Subversion Repositories eFlore/Applications.del

Rev

Rev 1243 | 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;
1243 gduche 9
	margin-top: 75px;
1104 gduche 10
	padding-bottom:25px;
901 aurelien 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
    letter-spacing: 0;
22
    line-height: 18px;
23
    text-transform: none;
24
}
1102 gduche 25
 
1104 gduche 26
.date {
27
	color: #6C6865;
28
    font-family: arial;
29
    font-size: 13px;
30
    letter-spacing: 0;
31
    line-height: 18px;
32
    text-transform: none;
33
    margin-left:3px
34
}
1102 gduche 35
 
1104 gduche 36
.dateLabel {
37
	color: #6C6865;
38
    font-family: arial;
39
    font-size: 13px;
40
    letter-spacing: 0;
41
    line-height: 18px;
42
    text-transform: none;
43
    margin-left:3px;
44
	text-transform:lowercase
45
}
46
 
47
 
1102 gduche 48
 .detailVotePour {
49
 	width:250px;
50
 	float:left;
1104 gduche 51
 	margin-bottom:15px
1102 gduche 52
 }
53
 
54
 .detailVoteContre {
55
 	width:250px;
56
 	float:left;
57
 }
58
 
59
 .titreVotes div {
60
 	font-size:16px;
61
 	color:#8EB533;
62
 	margin-bottom:5px;
63
 	margin-right:15px;
64
 	float:left;
65
 	font-weight:bold;
66
 }
67
 
68
 
69
 .titreVotesContre div {
1104 gduche 70
 	color:#f06a6a;
1102 gduche 71
 }
72
 
73
 .detailVotes {
74
 	clear:left;
75
 }
76
 
77
 .detailVotes div {
78
 	float:left;
79
 	font-size:12px;
80
 	margin-bottom:1px;
1104 gduche 81
 }
82
 
83
 .espece {
84
    font-size: 15px;
85
    font-weight: bold;
86
	margin-right:3px;
87
	margin-bottom:10px;
88
}
89
 
90
.lignePonderation {
91
	margin-top:4px;
92
	margin-left:20px;
93
}