Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 335 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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