Subversion Repositories eFlore/Applications.del

Rev

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

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