Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1921 → Rev 1922

/trunk/widget/modules/saisie/squelettes/florileges/css/florileges.css
76,12 → 76,6
width: 100px;
}
 
/* Bouton de sélection des fichiers */
/*#fichier {
visibility: hidden;
height:0;
width:0;
}*/
#photos-conteneur {
height: 120px;
}
252,11 → 246,6
}
 
/* Validation du formulaire */
label.valid {
display: inline-block;
text-indent: -9999px;
color: #468847;
}
label.error {
font-weight: bold;
font-style:italic;
263,6 → 252,14
color: #B94A48;
padding: 0 8px;
}
label.valid {
display: inline-block;
text-indent: -9999px;
color: #468847;
width:0;
height:0;
padding:0;
}
.control-group.error label {
font-weight: bold;
}