Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 689 → Rev 690

/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/formulairecommentaire/formulaireCommentaire.css
New file
0,0 → 1,65
.formulaireProposition {
z-index: 1500;
padding: 50px;
background: white;
width: 50%;
width: 600px;
margin: 0 auto;
margin-top: 5%;
}
 
.boutonProposer {
float: right;
margin-right: 35px;
margin-top: -85px;
padding: 10px;
background: url(./img/add.png) no-repeat 5px 12px #DDD;
padding-left: 20px;
cursor: pointer
}
 
.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;
}
 
.zoneNom {
width: 30%;
float: left;
margin-right: 5px;
}
 
.zonePrenom {
width: 30%;
float: left;
}
 
.zoneEmail {
clear: left;
padding-top: 5px;
}