Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 655 → Rev 662

/trunk/src/org/tela_botanica/del/client/composants/formulaires/formulaireproposition/formulaireProposition.css
1,11 → 1,45
.formulaireProposition {z-index:1500; padding:30px; padding-right: 21px; padding-top:20px; background:white; width:50%; width:335px; margin:0 auto; margin-top:5%;}
.boutonProposer:hover {background-color:#AAA}
.colonneGauche, .colonneDroite {width:300px;}
.colonneGauche {padding-right:30px}
.colonneGauche select {width:100%}
.colonneGauche input {width:95%}
.commentaire {width:260px; height:100px;}
.propositionTaxon{width:100%;height:30px;}
.formulaireProposition {
z-index: 1500;
padding: 30px;
padding-right: 21px;
padding-top: 20px;
background: white;
width: 50%;
width: 370px;
margin: 0 auto;
margin-top: 5%;
}
 
.boutonProposer:hover {
background-color: #AAA
}
 
.colonneGauche,.colonneDroite {
width: 300px;
}
 
.colonneGauche {
padding-right: 30px
}
 
.colonneGauche select {
width: 100%
}
 
.colonneGauche input {
width: 95%
}
 
.commentaire {
width: 260px;
height: 100px;
}
 
.propositionTaxon {
width: 100%;
height: 30px;
}
 
.boutonProposer {
border: solid 1px #AAA;
cursor: pointer;
13,9 → 47,9
margin-top: 10px;
margin-bottom: 5px;
margin-right: 5px;
float:right;
background:url(./img/add.png) no-repeat 5px 7px #DDD;
float: right;
background: url(./img/add.png) no-repeat 5px 7px #DDD;
padding: 5px;
padding-left:25px;
cursor:pointer
padding-left: 25px;
cursor: pointer
}