From 471bb5ff61af19f52c187c4ada548632476bcff4 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 28 Dec 2016 12:24:17 -0500 Subject: [PATCH] UX: Back button was no longer centred properly. --- app/assets/stylesheets/common/base/topic.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 55466ce8a28..25743145e05 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -8,12 +8,14 @@ .progress-back-container { position: fixed; - right: 0; bottom: 40px; z-index: 950; - margin-right: 45px; + margin-right: 0px; animation-duration: 0.5s; animation-name: button-jump-up; + width: 145px; + text-align: center; + .btn { margin: 0; }