FIX: docking position of topic progress at bottom of topic on mobile

This commit is contained in:
Neil Lalonde 2017-05-29 12:14:45 -04:00
parent 9c9102d39a
commit 847d831555
2 changed files with 3 additions and 2 deletions

View File

@ -313,7 +313,6 @@ a.star {
#topic-footer-buttons {
@include clearfix;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding: 20px 0 0 0;
.fa-bookmark.bookmarked { color: $tertiary; }

View File

@ -44,7 +44,9 @@
}
.topic-status-info {
margin-left: 10px;
padding-left: 10px;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
padding-top: 10px;
h3 {
margin: 0;
}