Merge pull request #4700 from gsambrotta/replay-btn-position

fix replay btn position on mobile and desktop
This commit is contained in:
Jeff Atwood 2017-02-11 22:21:11 -08:00 committed by GitHub
commit 22c83b0a20
3 changed files with 12 additions and 1 deletions

View File

@ -200,7 +200,9 @@
replyToPost=(action "replyToPost")
}}
{{else}}
{{d-button icon="reply" class="btn-primary" action="showLogin" label="topic.reply.title"}}
<div id="topic-footer-button">
{{d-button icon="reply" class="btn-primary pull-right" action="showLogin" label="topic.reply.title"}}
</div>
{{/if}}
{{/if}}

View File

@ -442,6 +442,10 @@ a.star {
}
}
#topic-footer-button {
width: 757px;
}
#suggested-topics {
clear: left;
padding: 20px 0 15px 0;

View File

@ -330,6 +330,11 @@ a.star {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
#topic-footer-button {
width: 100px;
margin: 0 auto;
}
#suggested-topics {
clear: left;
padding: 20px 0 15px 0;