From 9ac8974dd19b1d85a3357be0ebf6ab3b6e3f78a7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 3 Jun 2016 02:06:32 -0700 Subject: [PATCH] slight back button improvements --- app/assets/stylesheets/desktop/topic-timeline.scss | 4 ++++ config/locales/client.en.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-timeline.scss b/app/assets/stylesheets/desktop/topic-timeline.scss index 20f80c2a802..ab2afb22325 100644 --- a/app/assets/stylesheets/desktop/topic-timeline.scss +++ b/app/assets/stylesheets/desktop/topic-timeline.scss @@ -113,6 +113,10 @@ position: absolute; margin-left: -0.19em; + .btn-small { + padding: 2px 5px; + } + i.progress { font-size: 0.5em; color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%)); diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0e620d4190a..17a51846d1b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1296,7 +1296,7 @@ en: timeline: back: "Back" - back_description: "Go back to first unread post" + back_description: "Go back to your last unread post" replies: "%{current} / %{total} replies" replies_short: "%{current} / %{total}"