diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 42293634a53..34edc7499ca 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -22,12 +22,8 @@ span.badge-posts { } } - -button.create { - float: right !important; - margin-right: 0; - color: $primary; - padding-right: 7px; +nav.post-controls { + clear: both; } button { @@ -36,7 +32,8 @@ button { padding: 8px 10px; vertical-align: top; background: transparent; - float: left !important; + color: scale-color($primary, $lightness: 50%); + float: left; &.hidden { display: none; } @@ -47,6 +44,12 @@ 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"; @@ -65,11 +68,6 @@ button { } } -nav.post-controls { - clear: both; - button { color: scale-color($primary, $lightness: 50%) }; -} - .post-admin-menu { background-color: $secondary;