Subversion Repositories eFlore/Applications.del

Rev

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

Rev 687 Rev 690
Line 5... Line 5...
5
	padding-top: 20px;
5
	padding-top: 20px;
6
	background: white;
6
	background: white;
7
	width: 370px;
7
	width: 370px;
8
	margin: 0 auto;
8
	margin: 0 auto;
9
	margin-top: 5%;
9
	margin-top: 5%;
-
 
10
	padding-bottom:50px;
10
}
11
}
Line 11... Line 12...
11
 
12
 
12
.boutonProposer:hover {
13
.boutonProposer:hover {
13
	background-color: #AAA
14
	background-color: #AAA
Line 49... Line 50...
49
	float: right;
50
	float: right;
50
	background: url(./img/add.png) no-repeat 5px 7px #DDD;
51
	background: url(./img/add.png) no-repeat 5px 7px #DDD;
51
	padding: 5px;
52
	padding: 5px;
52
	padding-left: 25px;
53
	padding-left: 25px;
53
	cursor: pointer
54
	cursor: pointer
-
 
55
}
-
 
56
 
-
 
57
.zoneNom {
-
 
58
	width:30%;
-
 
59
	float:left;
-
 
60
	margin-right:5px;
-
 
61
}
-
 
62
 
-
 
63
.zonePrenom {
-
 
64
	width:30%;
-
 
65
	float:left;
-
 
66
}
-
 
67
 
-
 
68
.zoneEmail {
-
 
69
	clear:left;
-
 
70
	padding-top:5px;
54
}
71
}
55
72