From bcb070f1cade11f3a1f4895f5d69bdb250c98292 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 22 Sep 2015 16:36:15 -0700 Subject: [PATCH] FIX: progress bar popup was misaligned --- app/assets/stylesheets/desktop/topic.scss | 3 +-- app/assets/stylesheets/mobile/topic.scss | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index c3929fd250b..49364cba635 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -123,11 +123,10 @@ a:hover.reply-new { border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); padding: 5px; background: $secondary; - @include box-shadow(0 0px 2px rgba(0,0,0, .2)); position: relative; left: 345px; - width: 133px; + width: 135px; padding: 5px; button.full { diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 9e0d6e21645..bd0b7065041 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -64,11 +64,10 @@ border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); padding: 5px; background: $secondary; - box-shadow: 0 0px 2px rgba(0,0,0, .2); position: absolute; bottom: 34px; - width: 133px; + width: 135px; button.full { width: 100%;