From 6949bc6611c9cf6d87cad7699e6db7262ea0fed6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 7 Oct 2013 14:41:17 -0400 Subject: [PATCH] Make clickable area for progress much bigger on mobile --- app/assets/stylesheets/mobile/topic.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 3e71c7ce45e..829e6bee72e 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -11,7 +11,7 @@ .post-info a {color: #aaa;} .topic-meta-data-inside { - float: right; + float: right; margin-top: -38px; margin-right: 5px; } @@ -29,7 +29,7 @@ margin: 0 60px 10px 20px; line-height: 1.7em; h1 { - font-size: 1.5em; + font-size: 1.5em; margin:0; a.edit-topic {font-size: 15px;} @@ -91,13 +91,17 @@ a.edit-topic {font-size: 15px;} left: 4px; border: 0; background: none; - color: #666; + color: #666; + + width: 60px; + text-align: left; i { font-size: 18px; } &:nth-of-type(2) { right: 4px; left: auto; + text-align: right; }