FIX: don't put the footer inside a container (allow for full width footers)

This commit is contained in:
Régis Hanol 2014-11-11 11:37:59 +01:00
parent 4e85fc9dae
commit a1f56183ca
7 changed files with 9 additions and 21 deletions

View File

@ -63,6 +63,4 @@
</div> </div>
<div class="container"> {{custom-html "footer"}}
{{custom-html "footer"}}
</div>

View File

@ -20,6 +20,4 @@
</table> </table>
</div> </div>
<div class="container"> {{custom-html "footer"}}
{{custom-html "footer"}}
</div>

View File

@ -38,9 +38,7 @@
{{#if canLoadMore}} {{#if canLoadMore}}
{{loading-spinner}} {{loading-spinner}}
{{else}} {{else}}
<div class="container">
{{custom-html "footer"}} {{custom-html "footer"}}
</div>
{{/if}} {{/if}}
{{else}} {{else}}
{{#unless userBadgesLoaded}} {{#unless userBadgesLoaded}}

View File

@ -30,8 +30,6 @@
</div> </div>
</div> </div>
{{#if loadedAllItems}} {{#if loadedAllItems}}
<div class="container">
{{custom-html "footer"}} {{custom-html "footer"}}
</div>
{{/if}} {{/if}}
{{/if}} {{/if}}

View File

@ -8,6 +8,4 @@
</div> </div>
</div> </div>
<div class="container"> {{custom-html "footer"}}
{{custom-html "footer"}}
</div>

View File

@ -111,9 +111,9 @@
<h3>{{{view.browseMoreMessage}}}</h3> <h3>{{{view.browseMoreMessage}}}</h3>
</div> </div>
{{/if}} {{/if}}
<div class="container">
{{custom-html "footer"}} {{custom-html "footer"}}
</div>
{{/if}} {{/if}}
{{/if}} {{/if}}

View File

@ -194,9 +194,7 @@
</div> </div>
{{#if loadedAllItems}} {{#if loadedAllItems}}
<div class="container">
{{custom-html "footer"}} {{custom-html "footer"}}
</div>
{{/if}} {{/if}}
{{/unless}} {{/unless}}