Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
665 gduche 1
.determination {
2
	padding: 10px;
3
	margin: 0 1px 5px 0;
4
	height: 150px;
5
}
6
 
7
.determination>div {
8
	margin-top: 0px;
9
	margin-bottom: 20px;
10
}
11
 
12
.ligneProposition>div {
13
	display: block;
14
	float: left;
15
	margin-right: 5px;
16
}
17
 
882 aurelien 18
.nombreVotes {
665 gduche 19
	width:15px;
678 gduche 20
	height:16px;
665 gduche 21
	background:url('./img/user.png') no-repeat;
882 aurelien 22
	padding-left: 10px;
901 aurelien 23
	cursor: pointer;
665 gduche 24
}
25
 
26
.commentaires {
27
	background:url('./img/comment.png') no-repeat;
28
	padding-left:20px;
29
}