From cd5130258de6bbefd9f09c3b0fb67eb25b6de9c3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 2 Jan 2017 02:06:26 -0800 Subject: [PATCH] minor tweaks to mobile progress bar overlay --- app/assets/stylesheets/common/topic-timeline.scss | 1 + config/locales/client.en.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/topic-timeline.scss b/app/assets/stylesheets/common/topic-timeline.scss index c11ac366710..8ba1911d70b 100644 --- a/app/assets/stylesheets/common/topic-timeline.scss +++ b/app/assets/stylesheets/common/topic-timeline.scss @@ -49,6 +49,7 @@ left: 0; right: 0; border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%)); + box-shadow: 0px -2px 4px -1px rgba(0,0,0,.25); padding-top: 20px; z-index: 100000; .back-button { diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index bd4b138524d..811a806778c 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1477,7 +1477,7 @@ en: go_bottom: "bottom" go: "go" jump_bottom: "jump to last post" - jump_prompt: "jump to post" + jump_prompt: "jump to..." jump_prompt_of: "of %{count} posts" jump_prompt_long: "What post would you like to jump to?" jump_bottom_with_number: "jump to post %{post_number}"