Commit eb1becac4142d022fea2977a0c0caebac520e56a

Authored by William Daniau
1 parent ae1da5d24e
Exists in master

Ajout d'une taille mini du header pour le cas où il n'y a aucune icone.

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

templates/html/Wize.html
... ... @@ -51,6 +51,7 @@
51 51 top:0;
52 52 background:white;
53 53 z-index: 1;
  54 + min-height:48px;
54 55 }
55 56  
56 57 hr{
templates/html/Wize_with_index.html
... ... @@ -78,6 +78,7 @@
78 78 top:0;
79 79 background:white;
80 80 z-index: 1;
  81 + min-height:48px;
81 82 }
82 83  
83 84 hr{
templates/html/Wize_with_index_sod.html
... ... @@ -86,6 +86,7 @@
86 86 top:0;
87 87 background:white;
88 88 z-index: 1;
  89 + min-height:48px;
89 90 }
90 91  
91 92 hr{