Move grid below show/hide button so that the button does not move when the grid is shown

This commit is contained in:
Frank Riley 2014-08-08 15:14:50 -07:00
parent 75236118dd
commit 3991ae5748
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,6 @@
</div>
</span>
</h2>
<div class="x-episode-grid table-responsive"></div>
<div class="show-hide-episodes x-show-hide-episodes">
<h4>
{{#if showingEpisodes}}
@ -43,4 +42,5 @@
{{/if}}
</h4>
</div>
<div class="x-episode-grid table-responsive"></div>
</div>