Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1182 → Rev 1183

/trunk/src/org/tela_botanica/del/client/composants/formulaires/identification/identification.css
1,13 → 1,30
.zoneIdentification {
background: url("./img/user.png") no-repeat scroll 0 0 transparent;
padding-left: 20px;
background: url("./img/carre_orange.png") no-repeat scroll 0 0 transparent;
height:24px;
margin-top:5px;
font-size:11px;
margin-left:80px;
width:280px;
padding:15px;
padding-top:30px;
height:70px;
}
 
.connecter {
text-decoration: underline;
color: blue;
cursor: pointer
}
background-color: #99C242;
border-radius: 0 10px 0 0;
color: white;
font-size: 12px;
padding: 5px 5px 5px 9px;
text-align: left;
text-transform: uppercase;
width: 270px;
z-index:10;
position:absolute;
margin-left:-15px;
margin-top:-30px;
padding-right:25px
}
 
.deconnecter, .preferences {
text-decoration: underline;
20,21 → 37,59
}
 
.zoneFormulaire {
position: absolute;
padding: 10px;
margin-top: 10px;
border: solid 2px #8eb533;
background: white;
background: none repeat scroll 0 0 white;
border: 1px solid #99C242;
border-radius: 0 10px 10px 10px;
position:absolute;
top:18px;
z-index:0;
text-align: left;
text-decoration: none;
width: 273px;
padding-bottom:22px;
}
 
.login {
width:80px;
font-size:11px;
}
 
.motdepasse {
width:80px;
font-size:11px;
}
 
.erreur {
color: red;
position:absolute;
margin-top:13px;
}
 
.boutonOK {
font-size:11px;
}
 
.colonneGauche {
float:left;
padding-bottom:15px;
margin-right:5px;
}
 
.colonneDroite {
float:left;
margin-right:5px;
padding-bottom:15px;
}
 
.zoneUtilisateur {
text-align:center;
}
 
.infoConnexion {
text-align:center;
font-size:15px;
}
 
.infoConnexion>div:first-child {
margin-top:10px;
}