From a7618ec4f6dd1a8ed9ec2a42bc19e1fbe0955299 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 7 Oct 2014 16:53:19 +1100 Subject: [PATCH] FIX: select + replies could not be selected --- app/assets/stylesheets/desktop/topic-post.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 0aa5ca2ef8e..46564003dda 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -944,16 +944,17 @@ $topic-avatar-width: 45px; .select-posts { position: absolute; - right: 5px; + left: 100%; z-index: 490; - top: 4px; + top: 8px; + width: 800px; + height: 100px; + background-color: $secondary; button { + margin-left: 8px; background-color: scale-color($primary, $lightness: 70%); - border-top: 1px solid $tertiary; - border-left: 1px solid $tertiary; - border-bottom: 1px solid scale-color-diff(); - border-right: 1px solid scale-color-diff(); + border: 1px solid scale-color($primary, $lightness: 60%); color: $primary; } }