From 3dd4741ce4d2698583f9fcf6e82e02daa64b9738 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 6 Nov 2013 15:33:17 -0500 Subject: [PATCH] FIX: Larger click target for topic progress bar --- app/assets/stylesheets/desktop/topic.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 6778e7f22..f9496e6ca 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -90,6 +90,7 @@ a:hover.reply-new { color: #666; width: 130px; height: 34px; + .nums { position: relative; top: 9px; @@ -98,21 +99,26 @@ a:hover.reply-new { z-index: 1; } button { - padding: 0 1px; + padding: 3px 0 0 0; cursor: pointer; z-index: 1000; position: absolute; - top: 8px; + top: 2px; left: 4px; border: 0; background: none; - color: #666; + color: #666; + width: 50%; + text-align: left; + height: 30px; + margin: 0; i { font-size: 18px; } &:nth-of-type(2) { right: 4px; left: auto; + text-align: right; } &:disabled { cursor: default;