Commit fdb370fcc5acdc874eb4fc8c874fd74a40dac869
1 parent
c0f20deb12
Exists in
master
Modifications en vue de la possibilté de l'ajout d'un fond.
Showing 1 changed file with 13 additions and 1 deletions Side-by-side Diff
templates/html/Default_with_index.html
... | ... | @@ -33,6 +33,10 @@ |
33 | 33 | /*padding-left: 320px;*/ |
34 | 34 | width: inherit; |
35 | 35 | transition: margin-left .3s; |
36 | + background: white; | |
37 | + padding-left: 10px; | |
38 | + padding-right: 10px; | |
39 | + padding-bottom: 20px; | |
36 | 40 | } |
37 | 41 | |
38 | 42 | .menu{ |
... | ... | @@ -77,6 +81,12 @@ |
77 | 81 | margin-right:auto; |
78 | 82 | } |
79 | 83 | |
84 | + .intercalaire { | |
85 | + background:white; | |
86 | + margin-top: 48px; | |
87 | + padding: 5px; | |
88 | + } | |
89 | + | |
80 | 90 | </style> |
81 | 91 | |
82 | 92 | <!-- Themes clair : |
... | ... | @@ -184,7 +194,9 @@ |
184 | 194 | </table> |
185 | 195 | </div> |
186 | 196 | |
187 | -<hr style="margin-top:50px" /> | |
197 | +<div class="intercalaire"> | |
198 | +<hr /> | |
199 | +</div> | |
188 | 200 | |
189 | 201 | <div id="mySidenav" class="menu menuClosed"> |
190 | 202 | [% index() %] |