Rev 238 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#contenu_application {
}
.separation_invisible {
clear:both;
visibility:hidden;
}
.droite {
float: left;
padding-left: 10px;
}
.separation_en_deux > * {
width: 49%;
}
.conteneur_carte {
height: 450px;
padding-top: 10px;
}
#table_dates {
width: 100%;
border-collapse: collapse;
}
#table_dates tbody {
border: none;
margin-top: 0;
padding-top: 0;
}
#conteneur_slider_date {
padding-top:10px;
width: 100%;
padding-bottom: 0px;
}
#slider_date .ui-slider-handle {
background: none;
background-color:#ACC700;
}
.total_nb_obs {
font-weight: bold;
font-size: 14px;
margin-top: 5px;
}
.selecteur_critere {
padding-right: 5px;
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
.conteneur_selecteur_liste_especes {
display: flex;
flex-direction: row;
justify-content: center;
}
.conteneur_selecteur_liste_especes > div {
flex: 1;
}
.conteneur_selecteur_espece {
display: flex;
align-items: center;
}
.criteres {
padding-bottom: 10px;
}
.conteneur_selecteur_liste_annees {
width: 100%;
}
.conteneur_selecteur_liste_annees > div {
display: flex;
justify-content: normal;
}
.conteneur_selecteur_liste_annees > div > div {
margin-left: 20px;
margin-right: 20px;
}
.conteneur_annee {
display: flex;
align-items: center;
justify-content: left;
}
.conteneur_date {
display: table-cell;
text-align:center;
border-left: 2px solid black;
border-right: 2px solid black;
}
.lien_vers_profil {
cursor: pointer;
text-decoration: underline;
}
.legende {
border: 1px solid black;
display: block;
float: left;
height: 1em;
width: 20px;
}
/* =========================== Styles des différents stades ============================ */
.stade_feuillaison {
background-color: #ACC700;
}
.stade_floraison {
background-color: #B549B9;
}
.stade_fructification {
background-color: #FF7F00;
}
.stade_senescence {
background-color: #BF3600;
}
.stade_1ere_apparition {
background-color: #B549B9;
}