]> git.openstreetmap.org Git - rails.git/commitdiff
Move noscript message clear of the sidebar
authorTom Hughes <tom@compton.nu>
Sun, 7 Sep 2014 12:48:28 +0000 (13:48 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 7 Sep 2014 12:48:28 +0000 (13:48 +0100)
Fixes #808

app/assets/stylesheets/common.css.scss

index 607055577b59ae35c98b27436d4a9f071339fe23..961923979a0ae23d8fa104763f071ded09a4056a 100644 (file)
@@ -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 */