Subversion Repositories eFlore/Applications.del

Rev

Rev 1483 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
655 gduche 1
.zoneIdentification {
1183 gduche 2
    font-size:11px;
1206 gduche 3
    padding:30px 15px 22px 15px;
1183 gduche 4
    height:70px;
1206 gduche 5
    background: none repeat scroll 0 0 white;
6
    border: 1px solid #99C242;
7
    border-radius: 0 10px 10px 10px;
8
    text-align: left;
9
    text-decoration: none;
10
    width: 350px;
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
    position:absolute;
23
    margin-left:-15px;
24
    margin-top:-30px;
25
    padding-right:25px
26
   }
655 gduche 27
 
1175 aurelien 28
.deconnecter, .preferences {
655 gduche 29
	text-decoration: underline;
30
	color: blue;
31
	cursor: pointer
32
}
33
 
1175 aurelien 34
.email, .preferences {
655 gduche 35
	padding-right: 10px
36
}
37
 
38
.zoneFormulaire {
1206 gduche 39
 
655 gduche 40
}
41
 
42
.login {
1190 gduche 43
	width:150px;
1183 gduche 44
	font-size:11px;
655 gduche 45
}
46
 
47
.motdepasse {
1190 gduche 48
	width:150px;
1183 gduche 49
	font-size:11px;
655 gduche 50
}
51
 
52
.erreur {
53
	color: red;
1183 gduche 54
	position:absolute;
2077 mathias 55
	margin-top:7px;
1183 gduche 56
}
57
 
58
.boutonOK {
59
	font-size:11px;
60
}
61
 
62
.colonneGauche {
63
	float:left;
64
	padding-bottom:15px;
65
	margin-right:5px;
1190 gduche 66
	width:210px;
1183 gduche 67
}
68
 
69
.colonneDroite {
70
	float:left;
71
	margin-right:5px;
72
	padding-bottom:15px;
73
}
74
 
75
.zoneUtilisateur {
76
	text-align:center;
77
}
78
 
79
.infoConnexion {
80
	text-align:center;
81
	font-size:15px;
82
}
83
 
84
.infoConnexion>div:first-child {
85
	margin-top:10px;
655 gduche 86
}