From dc8039d70b31f3b499e977fc7e04edc978e5f180 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 02:50:58 -0700 Subject: [PATCH] normalize mobile reply button styles --- app/assets/stylesheets/mobile/topic-post.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 34edc7499ca..ec53df9639d 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -44,12 +44,6 @@ button { margin:10px 0 10px 0; } &.has-like {color: $love;} - &.create { - float: right; - margin-right: 0; - color: $primary; - padding-right: 7px; - } .read-icon { &:before { font-family: "FontAwesome"; @@ -69,6 +63,13 @@ button { } +/* shift post reply button to the right and make it black */ +.post-controls button.create { + float: right; + color: $primary; +} + + .post-admin-menu { background-color: $secondary; width: 205px;