From: Tom Hughes Date: Sun, 7 Sep 2014 12:48:28 +0000 (+0100) Subject: Move noscript message clear of the sidebar X-Git-Tag: live~4327 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1e1baa33ade8941404bce34faed6aea2c7274f84 Move noscript message clear of the sidebar Fixes #808 --- 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 */