Add margin to topic list footer message

This commit is contained in:
Neil Lalonde 2013-09-17 16:38:54 -04:00
parent be71dbfd94
commit fdc7267ad9
2 changed files with 16 additions and 18 deletions

View file

@ -40,7 +40,6 @@
{{/if}} {{/if}}
</div> </div>
<div class="full-width">
<footer id='topic-list-bottom'> <footer id='topic-list-bottom'>
{{#if loadingMore}} {{#if loadingMore}}
<div class='topics-loading'>{{i18n topic.loading_more}}</div> <div class='topics-loading'>{{i18n topic.loading_more}}</div>
@ -59,7 +58,6 @@
{{/if}} {{/if}}
</h3> </h3>
</footer> </footer>
</div>
{{/if}} {{/if}}
{{/unless}} {{/unless}}

View file

@ -259,7 +259,7 @@
// Topics // Topics
#topic-list-bottom { #topic-list-bottom {
margin: 20px 0; margin: 20px 0 0 12px;
} }
.topics-loading { .topics-loading {