Subversion Repositories eFlore/Applications.del

Rev

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

Rev 685 Rev 690
Line 47... Line 47...
47
	float: right;
47
	float: right;
48
	background: url(./img/add.png) no-repeat 5px 7px #DDD;
48
	background: url(./img/add.png) no-repeat 5px 7px #DDD;
49
	padding: 5px;
49
	padding: 5px;
50
	padding-left: 25px;
50
	padding-left: 25px;
51
	cursor: pointer
51
	cursor: pointer
-
 
52
}
-
 
53
 
-
 
54
 
-
 
55
.zoneNom {
-
 
56
	width:30%;
-
 
57
	float:left;
-
 
58
	margin-right:5px;
-
 
59
}
-
 
60
 
-
 
61
.zonePrenom {
-
 
62
	width:30%;
-
 
63
	float:left;
-
 
64
}
-
 
65
 
-
 
66
.zoneEmail {
-
 
67
	clear:left;
-
 
68
	padding-top:5px;
52
}
69
}
53
70