Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3424 → Rev 3425

/trunk/widget/modules/saisie2/squelettes/css/asl.css
New file
0,0 → 1,60
@CHARSET "UTF-8";
 
.table tr,
.table td,
.table th,
.table thead {
border: none !important;
}
 
.obs-erreur,
#releve-date.erreur {
box-shadow: 0 0 1.5px 1px red;
border-color: #b94a48;
color: #b94a48;
}
 
/*************************************************************************/
 
#bouton-poursuivre,
.charger-releve,
#soumettre-releve,
#connexion,
.confirmer {
color: #fff;
background-color: #b2cb43;
border: none;
border-radius: 0.1rem;
}
 
#bouton-poursuivre:focus,
#bouton-poursuivre:hover,
.charger-releve:focus,
.charger-releve:hover,
#soumettre-releve:focus,
#soumettre-releve:hover,
#connexion:focus,
#connexion:hover,
.confirmer:focus,
.confirmer:hover {
background-color: #a2b93b;
border: none;
}
 
.releve-info {
font-size: 0.8rem;
}
 
/*************************************/
 
#charger-form,
#zone-arbres,
#zone-plantes,
#zone-lichens {
min-width: 100%;
}
 
/*volet autocompletion des taxons*/
.ui-autocomplete {
z-index: 1000 !important;
}