Rev 685 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
.formulaireProposition {
z-index: 1500;
padding: 50px;
background: white;
width: 300px;
margin: 0 auto;
margin-top: 5%;
}
.boutonProposer:hover {
background-color: #AAA
}
.colonneGauche,.colonneDroite {
width: 250px;
}
.colonneGauche {
padding-right: 30px
}
.colonneGauche select {
width: 100%
}
.colonneGauche input {
width: 95%
}
.commentaire {
width: 250px;
height: 100px
}
.propositionTaxon {
width: 100%;
height: 30px;
}
.boutonProposer {
border: solid 1px #AAA;
cursor: pointer;
float: left;
margin-top: 10px;
margin-bottom: 5px;
margin-right: 30px;
float: right;
background: url(./img/add.png) no-repeat 5px 7px #DDD;
padding: 5px;
padding-left: 25px;
cursor: pointer
}
.zoneNom {
width:30%;
float:left;
margin-right:5px;
}
.zonePrenom {
width:30%;
float:left;
}
.zoneEmail {
clear:left;
padding-top:5px;
}