Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
655 gduche 1
.zoneIdentification {
2
 
3
}
4
 
5
.connecter {
6
	text-decoration: underline;
7
	color: blue;
8
	cursor: pointer
9
}
10
 
11
.deconnecter {
12
	text-decoration: underline;
13
	color: blue;
14
	cursor: pointer
15
}
16
 
17
.email {
18
	padding-right: 10px
19
}
20
 
21
.zoneFormulaire {
22
	position: absolute;
23
	padding: 10px;
24
	margin-top: 10px;
25
	border: solid 2px #8eb533;
26
	background: white;
27
}
28
 
29
.login {
30
 
31
}
32
 
33
.motdepasse {
34
 
35
}
36
 
37
.erreur {
38
	color: red;
39
}