Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 333 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
330 aurelien 1
.hide {
335 aurelien 2
  display: none !important;
330 aurelien 3
}
333 aurelien 4
 
5
.conteneur-criteres > * {
6
  display: inline-block;
7
  margin-left: 5px;
8
  margin-right: 5px;
9
}
335 aurelien 10
 
11
.aucune-donnee {
12
  position: absolute;
13
  width: 100%;
14
  height: 100%;
15
  display: flex;
16
  align-items: center;
17
  justify-content: center;
18
  color: #333;
19
  font-weight: bold;
20
  font-size: 1.3em;
21
}