Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 88 → Rev 89

/trunk/applications/saisie/squelettes/css/saisie.css
161,8 → 161,8
}
 
.conteneur_carte {
height:400px;
width:800px;
height: 400px;
width: 725px;
}
 
.gros_bouton_validation {
170,10 → 170,12
width: 200px;
font-size: 20px;
margin-top: 10x;
margin-right:10px;
}
 
#saisie_liste_evenements {
text-align: center;
width:715px;
}
 
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
201,6 → 203,11
background-color: #CFCFCF;
}
 
#form_saisie_espece {
margin-right: auto;
margin-left: auto;
}
 
.formulaire_informations_espece_mini {
text-align: center;
height:40px;
281,6 → 288,10
}
 
.date_observation_individu {
 
}
 
.calendrier {
}
 
337,6 → 348,10
 
/* ============ Styles crées par des effets javascripts automatiques ===== */
 
.erreur_valeur {
background-color: red;
}
 
.conteneur_type {
float: right;
align: center;
406,16 → 421,31
border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
 
#onglets {
margin-left: 85px;
margin-right: auto;
position: relative;
bottom: -1px;
z-index: 1;
clear:left;
}
 
.conteneur_onglets {
border: 1px solid #999;
border-top: none;
overflow: hidden;
clear: both;
float: left; width: 100%;
float: left;
background: #fff;
position: relative;
width:565px;
}
 
.contenu_onglet {
padding: 20px;
font-size: 1.2em;
}
 
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
 
.clearer {
clear:both;
}