Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 335 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 335 Rev 336
Line 1... Line 1...
1
.hide {
1
.hide {
2
  display: none !important;
2
  display: none !important;
3
}
3
}
Line -... Line 4...
-
 
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;
Line 9... Line 13...
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;