💄 Fix positioning of loading spinner (#751)

closes TryGhost/Ghost#8556

Use the correct classes consistently for `gh-loading-spinner` component.
This commit is contained in:
Aileen Nowak 2017-06-19 17:09:53 +07:00 committed by David Wolfe
parent 8f58dd92dd
commit 9b0c542cc1
10 changed files with 12 additions and 10 deletions

View File

@ -2,4 +2,4 @@
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</div>
</div>

View File

@ -83,5 +83,7 @@
</div>
</div>
{{gh-loading-spinner}}
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>

View File

@ -1,5 +1,5 @@
<div class="gh-canvas">
<div class="view-content">
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</div>

View File

@ -6,7 +6,7 @@
</section>
</header>
<section class="view-container">
<section class="gh-content">
{{gh-loading-spinner}}
</section>
</section>

View File

@ -6,7 +6,7 @@
</section>
</header>
<section class="view-container">
<section class="gh-content">
{{gh-loading-spinner}}
</section>
</section>

View File

@ -6,7 +6,7 @@
</section>
</header>
<section class="view-container">
<section class="gh-content">
{{gh-loading-spinner}}
</section>
</section>

View File

@ -3,7 +3,7 @@
<h2 class="gh-canvas-title" data-test-screen-title>Labs</h2>
</header>
<div class="view-container">
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>

View File

@ -6,7 +6,7 @@
</section>
</header>
<div class="view-content">
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>

View File

@ -9,7 +9,7 @@
{{/unless}}
</header>
<div class="view-container">
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>

View File

@ -11,7 +11,7 @@
</section>
</header>
<div class="view-container">
<div class="gh-content">
{{gh-loading-spinner}}
</div>
</section>