Subversion Repositories eFlore/Applications.del

Rev

Rev 1243 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
922 benjamin 1
.conteneurTableauVotes {
2
	z-index: 1500;
3
	padding: 30px;
4
	padding-right: 21px;
5
	padding-top: 20px;
6
	background: white;
7
	width: 370px;
8
	margin: 0 auto;
1243 gduche 9
	margin-top: 75px;
922 benjamin 10
	padding-bottom:50px;
11
}
12
 
13
.table {
14
	border:solid 1px #DDD;
15
	width: 100%;
16
}
17
 
18
.chargement {
19
    padding-left: 165px;
20
}
973 aurelien 21
 
22
.auteur {
23
	color: #6C6865;
24
    font-family: arial;
25
    font-size: 13px;
26
    font-style: italic;
27
    font-weight: bold;
28
    letter-spacing: 0;
29
    line-height: 18px;
30
    text-transform: none;
31
    margin-top: -10px;
32
}
1075 gduche 33
 
34
.boutonAjouterCommentaire {
35
	margin:30px 0;
36
}
1102 gduche 37
 
38
.zoneCommentaires {
39
	max-height: 400px;
40
	overflow:auto;
41
}