Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 333 Rev 335
Line 1... Line 1...
1
.hide {
1
.hide {
2
  display: none;
2
  display: none !important;
3
}
3
}
Line 4... Line 4...
4
 
4
 
5
.conteneur-criteres > * {
5
.conteneur-criteres > * {
6
  display: inline-block;
6
  display: inline-block;
7
  margin-left: 5px;
7
  margin-left: 5px;
8
  margin-right: 5px;
8
  margin-right: 5px;
-
 
9
}
-
 
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;