From 43afae495f497e093cbb9f74e0f2c42f8a0c6e4d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 02:12:35 -0700 Subject: [PATCH] remove some redundant mobile styles --- app/assets/stylesheets/mobile/topic-post.scss | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 32cbbbbf943..4d4e8641555 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -11,14 +11,6 @@ padding: 6px 0 3px 0; } -nav.post-controls { - background-color: $secondary; - padding: 0; - border-right: 1px solid scale-color-diff(); - clear: both; - button {color: scale-color($primary, $lightness: 50%); -} - span.badge-posts { margin-right: 5px; } @@ -31,19 +23,13 @@ span.badge-posts { } - button.create { float: right !important; margin-right: 0; color: $primary; - padding-right: 7px;} + padding-right: 7px; } -.create i { - margin-right: 5px; -} - - button { border: none; font-size: 17px; @@ -80,9 +66,11 @@ button { } nav.post-controls { - position: relative; + clear: both; + button {color: scale-color($primary, $lightness: 50%); } + .post-admin-menu { background-color: $secondary; width: 205px;