Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 160 → Rev 161

/trunk/applications/saisie/squelettes/css/saisie.css
176,14 → 176,11
/* =========================== Formulaires de l'application ============================ */
 
#saisie_station {
padding-left: 20px;
width: 700px;
}
 
.element_formulaire label {
color: black;
font-size: 1.3em;
width: 150px;
width:150px;
}
 
.element_formulaire_en_ligne {
296,7 → 293,7
}
 
.informations_espece img {
margin-top: -15px;
margin-top:-35px;
}
 
.annee_observation {
343,19 → 340,7
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 {
386,28 → 371,25
/* =========================== Styles des différents stades ============================ */
 
.stade_feuillaison {
background-color: #9AC343;
background-color: #ACC700;
}
 
.stade_floraison {
background-color: #C60800;
background-color: #B549B9;
}
 
.stade_fructification {
background-color: #8B008B;
background-color: #FF7F00;
}
 
.stade_senescence {
background-color: #800000;
background-color: #BF3600;
}
 
.stade_1ere_apparition {
background-color: #F08080;
background-color: #B549B9;
}
 
.observations_individu > ul h4 {
color: black;
}
 
/* ============ Styles crées par des effets javascripts automatiques ===== */
 
453,6 → 435,7
list-style: none;
height: 32px; /*--Set height of tabs--*/
border-bottom: 1px solid #999;
border-left: 1px solid #999;
}
 
ul.liste_onglets li {
475,11 → 458,17
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 {
491,17 → 480,6
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;