Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 59 → Rev 60

/trunk/applications/saisie/squelettes/css/saisie.css
3,7 → 3,7
/* =========================== Style général ============================ */
 
#wrapper #container {
max-width:1570px;
max-width:1650px;
}
 
.gauche {
78,6 → 78,21
-moz-border-radius: 0.9em;
}
 
ul.liste_annees_observations {
list-style-type: none;
}
 
.liste_annees_observations li {
display: inline;
list-style: none;
background: none;
}
 
#annee_en_cours {
font-size: 1.6em;
color: #9AC343;
}
 
/* =========================== Formulaires ============================ */
 
.element_formulaire_en_ligne {
85,7 → 100,7
padding-right: 10px;
}
 
.element_formulaire, #conteneur_liens_lat_lon {
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
padding-bottom : 5px;
}
 
122,6 → 137,8
color: rgba(0,0,0,0);
background-position: center;
background-repeat: no-repeat;
padding-top: 2px;
padding-bottom: 3px;
}
 
.valider_formulaire:hover, .lien_modifier:hover {
129,6 → 146,7
}
 
.formulaire_informations_espece_mini {
text-align: center;
height:40px;
width: 500px;
border: solid 1px #999999;
206,6 → 224,11
padding: 5px;
}
 
.date_observation_individu {
min-width: 140px;
max-width: 140px;
}
 
/* =========================== Tableaux d'évenements ============================ */
 
#saisie_liste_evenements, #saisie_modif_evenements {
255,6 → 278,7
}
 
/* ============ Styles crées par des effets javascripts automatiques ===== */
 
.conteneur_type {
float: right;
align: center;
273,6 → 297,10
cursor: pointer;
}
 
.element_cliquable:hover {
background : #9AC343;
}
 
.element_clique {
background: #9AC343;
}
286,6 → 314,7
border-bottom: 1px solid #999;
border-left: 1px solid #999;
}
 
ul.liste_onglets li {
float: left;
margin: 0;
299,6 → 328,7
position: relative;
background: #e0e0e0;
}
 
ul.liste_onglets li a {
text-decoration: none;
color: #000;
308,9 → 338,11
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--*/