From a07adc01bcf67951bf15272fbb65c0274a196032 Mon Sep 17 00:00:00 2001
From: tms <tmslft@gmail.com>
Date: Sun, 10 Feb 2013 22:36:24 -0500
Subject: [PATCH] Reduce z-index on reply tab so it's below the share box

---
 app/assets/stylesheets/application/topic-post.css.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss
index 8b5653fe0..18f18c941 100644
--- a/app/assets/stylesheets/application/topic-post.css.scss
+++ b/app/assets/stylesheets/application/topic-post.css.scss
@@ -347,7 +347,7 @@
     }
   }
   .reply-to-tab {
-    z-index: 999;
+    z-index: 980;
     font-size: 12px;
     color: $darkish_gray;
     display: block;