Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 138 → Rev 139

/trunk/applications/saisie/squelettes/css/saisie.css
176,11 → 176,14
/* =========================== Formulaires de l'application ============================ */
 
#saisie_station {
padding-left: 20px;
width: 700px;
}
 
.element_formulaire label {
width:150px;
color: black;
font-size: 1.3em;
width: 150px;
}
 
.element_formulaire_en_ligne {
293,7 → 296,7
}
 
.informations_espece img {
margin-top:-35px;
margin-top: -15px;
}
 
.annee_observation {
340,7 → 343,19
margin-top: 31px;
}
 
#lien_ajout_individu {
background: url("../images/ajout.png") no-repeat scroll -9px -7px transparent;
padding-left: 20px;
padding-top: 2px;
}
 
.description_espece {
font-style: italic;
text-align: justify;
width: 550px;
}
 
 
/* =========================== Tableaux d'évenements ============================ */
 
#saisie_liste_evenements, #saisie_modif_evenements {
435,7 → 450,6
list-style: none;
height: 32px; /*--Set height of tabs--*/
border-bottom: 1px solid #999;
border-left: 1px solid #999;
}
 
ul.liste_onglets li {
458,17 → 472,11
display: block;
font-size: 1.2em;
padding: 0 20px;
border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
outline: none;
}
 
ul.liste_onglets li a:hover {
background: #ccc;
}
 
html ul.liste_onglets li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
background: #fff;
border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
 
#onglets {
480,6 → 488,17
clear:left;
}
 
#onglets ul.liste_onglets li {
background: none;
margin: 0;
border-left: 1px solid;
}
 
#onglets ul.liste_onglets li a {
padding-left: 20px;
padding-right: 20px;
}
 
.conteneur_onglets {
border: 1px solid #999;
overflow: hidden;