mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Add margin to topic list footer message
This commit is contained in:
parent
be71dbfd94
commit
fdc7267ad9
2 changed files with 16 additions and 18 deletions
|
@ -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}}
|
||||||
|
|
|
@ -259,7 +259,7 @@
|
||||||
// Topics
|
// Topics
|
||||||
|
|
||||||
#topic-list-bottom {
|
#topic-list-bottom {
|
||||||
margin: 20px 0;
|
margin: 20px 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topics-loading {
|
.topics-loading {
|
||||||
|
|
Loading…
Reference in a new issue