Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 334 → Rev 335

/trunk/applications/graphiques/css/graphiques.css
1,5 → 1,5
.hide {
display: none;
display: none !important;
}
 
.conteneur-criteres > * {
7,3 → 7,15
margin-left: 5px;
margin-right: 5px;
}
 
.aucune-donnee {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #333;
font-weight: bold;
font-size: 1.3em;
}