Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
655 gduche 1
.zoneIdentification {
1183 gduche 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;
9
    padding-top:30px;
10
    height:70px;
655 gduche 11
}
12
 
13
.connecter {
1183 gduche 14
    background-color: #99C242;
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;
22
    z-index:10;
23
    position:absolute;
24
    margin-left:-15px;
25
    margin-top:-30px;
26
    padding-right:25px
27
   }
655 gduche 28
 
1175 aurelien 29
.deconnecter, .preferences {
655 gduche 30
	text-decoration: underline;
31
	color: blue;
32
	cursor: pointer
33
}
34
 
1175 aurelien 35
.email, .preferences {
655 gduche 36
	padding-right: 10px
37
}
38
 
39
.zoneFormulaire {
1183 gduche 40
	background: none repeat scroll 0 0 white;
41
    border: 1px solid #99C242;
42
    border-radius: 0 10px 10px 10px;
43
    position:absolute;
44
    top:18px;
45
    z-index:0;
46
    text-align: left;
47
    text-decoration: none;
48
    width: 273px;
49
    padding-bottom:22px;
655 gduche 50
}
51
 
52
.login {
1183 gduche 53
	width:80px;
54
	font-size:11px;
655 gduche 55
}
56
 
57
.motdepasse {
1183 gduche 58
	width:80px;
59
	font-size:11px;
655 gduche 60
}
61
 
62
.erreur {
63
	color: red;
1183 gduche 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;
91
}
92
 
93
.infoConnexion>div:first-child {
94
	margin-top:10px;
655 gduche 95
}