Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 182 → Rev 183

/trunk/squelettes/css/collection/collection.css
91,7 → 91,7
 
/*--------- Masque de recherche avancée ---------*/
#col-rech-masque {
width: 773px;
width: 700px;
/*padding: 10px;*/
border: solid #ddd 1px;
}
98,27 → 98,27
 
.champ-masque {
display: inline-block;
width: 370px;
width: 340px;
margin-top: 2px;
}
.champ-masque input {
width: 250px;
width: 220px;
}
.champ-masque select {
max-width: 230px;
max-width: 210px;
}
.champ-masque label {
display: inline-block;
text-align: right;
}
.champ-masque label.gauche {
width: 100px;
.champ-masque label.label-gauche {
width: 110px;
}
.champ-masque label.droite {
width: 130px;
.champ-masque label.label-droite {
width: 120px;
}
.champ-masque input.droite {
width: 230px;
.champ-masque input.input-droite {
width: 210px;
}
 
/*--------------------------------------------------------------------------------------------------------------*/