From 1e1baa33ade8941404bce34faed6aea2c7274f84 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 7 Sep 2014 13:48:28 +0100 Subject: [PATCH] Move noscript message clear of the sidebar Fixes #808 --- app/assets/stylesheets/common.css.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 607055577..961923979 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -462,9 +462,8 @@ nav.secondary { #noscript { z-index: 20000000; - position: absolute; - top: 15px; - left: 15px; + margin-left: 400px; + margin-top: 50px; } /* Rules for bootstrap tooltips */ -- 2.43.2