Subversion Repositories eFlore/Applications.del

Rev

Rev 1183 | Rev 1206 | 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;
1190 gduche 21
    width: 347px;
1183 gduche 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;
1190 gduche 44
    top:68px;
1183 gduche 45
    z-index:0;
46
    text-align: left;
47
    text-decoration: none;
1190 gduche 48
    width: 350px;
1183 gduche 49
    padding-bottom:22px;
655 gduche 50
}
51
 
52
.login {
1190 gduche 53
	width:150px;
1183 gduche 54
	font-size:11px;
655 gduche 55
}
56
 
57
.motdepasse {
1190 gduche 58
	width:150px;
1183 gduche 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;
1190 gduche 76
	width:210px;
1183 gduche 77
}
78
 
79
.colonneDroite {
80
	float:left;
81
	margin-right:5px;
82
	padding-bottom:15px;
83
}
84
 
85
.zoneUtilisateur {
86
	text-align:center;
87
}
88
 
89
.infoConnexion {
90
	text-align:center;
91
	font-size:15px;
92
}
93
 
94
.infoConnexion>div:first-child {
95
	margin-top:10px;
655 gduche 96
}