Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1175 Rev 1183
Line 1... Line 1...
1
.zoneIdentification {
1
.zoneIdentification {
2
	background: url("./img/user.png") no-repeat scroll 0 0 transparent;
2
	background: url("./img/carre_orange.png") no-repeat scroll 0 0 transparent;
-
 
3
    height:24px;
-
 
4
    margin-top:5px;
-
 
5
    font-size:11px;
-
 
6
    margin-left:80px;
-
 
7
    width:280px;
-
 
8
    padding:15px;
3
    padding-left: 20px;
9
    padding-top:30px;
-
 
10
    height:70px;
4
}
11
}
Line 5... Line 12...
5
 
12
 
-
 
13
.connecter {
6
.connecter {
14
    background-color: #99C242;
7
	text-decoration: underline;
15
    border-radius: 0 10px 0 0;
-
 
16
    color: white;
-
 
17
    font-size: 12px;
-
 
18
    padding: 5px 5px 5px 9px;
-
 
19
    text-align: left;
-
 
20
    text-transform: uppercase;
-
 
21
    width: 270px;
8
	color: blue;
22
    z-index:10;
-
 
23
    position:absolute;
-
 
24
    margin-left:-15px;
-
 
25
    margin-top:-30px;
9
	cursor: pointer
26
    padding-right:25px
Line 10... Line 27...
10
}
27
   }
11
 
28
 
12
.deconnecter, .preferences {
29
.deconnecter, .preferences {
13
	text-decoration: underline;
30
	text-decoration: underline;
Line 18... Line 35...
18
.email, .preferences {
35
.email, .preferences {
19
	padding-right: 10px
36
	padding-right: 10px
20
}
37
}
Line 21... Line 38...
21
 
38
 
-
 
39
.zoneFormulaire {
-
 
40
	background: none repeat scroll 0 0 white;
-
 
41
    border: 1px solid #99C242;
22
.zoneFormulaire {
42
    border-radius: 0 10px 10px 10px;
23
	position: absolute;
43
    position:absolute;
24
	padding: 10px;
44
    top:18px;
25
	margin-top: 10px;
45
    z-index:0;
-
 
46
    text-align: left;
26
	border: solid 2px #8eb533;
47
    text-decoration: none;
-
 
48
    width: 273px;
27
	background: white;
49
    padding-bottom:22px;
Line 28... Line 50...
28
}
50
}
29
 
51
 
-
 
52
.login {
30
.login {
53
	width:80px;
Line 31... Line 54...
31
	
54
	font-size:11px;
32
}
55
}
-
 
56
 
33
 
57
.motdepasse {
Line 34... Line 58...
34
.motdepasse {
58
	width:80px;
35
	
59
	font-size:11px;
-
 
60
}
-
 
61
 
-
 
62
.erreur {
-
 
63
	color: red;
-
 
64
	position:absolute;
-
 
65
	margin-top:13px;
-
 
66
}
-
 
67
 
-
 
68
.boutonOK {
-
 
69
	font-size:11px;
-
 
70
}
-
 
71
 
-
 
72
.colonneGauche {
-
 
73
	float:left;
-
 
74
	padding-bottom:15px;
-
 
75
	margin-right:5px;
-
 
76
}
-
 
77
 
-
 
78
.colonneDroite {
-
 
79
	float:left;
-
 
80
	margin-right:5px;
-
 
81
	padding-bottom:15px;
-
 
82
}
-
 
83
 
-
 
84
.zoneUtilisateur {
-
 
85
	text-align:center;
-
 
86
}
-
 
87
 
-
 
88
.infoConnexion {
-
 
89
	text-align:center;
-
 
90
	font-size:15px;
36
}
91
}
37
 
92