From 46219bbe0236b3c6834a57ac9a170114d7b1c83e Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 3 Oct 2013 14:33:57 -0400 Subject: [PATCH] Increase size of click target on topic progress --- app/assets/stylesheets/common/components/buttons.css.scss | 4 ++++ app/assets/stylesheets/desktop/topic.scss | 3 +++ 2 files changed, 7 insertions(+) diff --git a/app/assets/stylesheets/common/components/buttons.css.scss b/app/assets/stylesheets/common/components/buttons.css.scss index 34f64b6c1f4..4c230eb31b8 100644 --- a/app/assets/stylesheets/common/components/buttons.css.scss +++ b/app/assets/stylesheets/common/components/buttons.css.scss @@ -8,6 +8,10 @@ // Base // -------------------------------------------------- +button { + outline: 0; +} + .btn { display: inline-block; outline: 0; diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index a6810326502..f48b3d9f64a 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -431,12 +431,15 @@ kbd { border: 0; background: none; color: $darkish_gray; + width: 60px; + text-align: left; i { font-size: 18px; } &:nth-of-type(2) { right: 4px; left: auto; + text-align: right; } @include hover { color: darken($darkish_gray, 10%);