Subversion Repositories eFlore/Applications.del

Rev

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

Rev 973 Rev 1102
Line 2... Line 2...
2
	z-index: 1500;
2
	z-index: 1500;
3
	padding: 30px;
3
	padding: 30px;
4
	padding-right: 21px;
4
	padding-right: 21px;
5
	padding-top: 20px;
5
	padding-top: 20px;
6
	background: white;
6
	background: white;
7
	width: 370px;
7
	width: 600px;
8
	margin: 0 auto;
8
	margin: 0 auto;
9
	margin-top: 5%;
9
	margin-top: 5%;
10
	padding-bottom:50px;
10
	padding-bottom:50px;
11
}
11
}
Line 12... Line -...
12
 
-
 
13
.table {
-
 
14
	border:solid 1px #DDD;
-
 
15
	width: 100%;
-
 
16
}
-
 
17
 
12
 
18
.chargement {
13
.chargement {
19
    padding-left: 165px;
14
    padding-left: 165px;
Line 20... Line 15...
20
}
15
}
Line 28... Line 23...
28
    letter-spacing: 0;
23
    letter-spacing: 0;
29
    line-height: 18px;
24
    line-height: 18px;
30
    text-transform: none;
25
    text-transform: none;
31
    margin-top: -10px;
26
    margin-top: -10px;
32
}
27
}
-
 
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
 }
33
63