]> git.openstreetmap.org Git - rails.git/commitdiff
Stop the "Load" button overlaying text in the data browser warning
authorTom Hughes <tom@compton.nu>
Tue, 17 Dec 2013 21:49:18 +0000 (21:49 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 17 Dec 2013 21:49:18 +0000 (21:49 +0000)
Fixes #959

app/assets/stylesheets/common.css.scss

index b6745f809fcfa1e3661f1d8255506778f8f9433b..06e6375e4220ba472a97acb1e0b153bd154b8619 100644 (file)
@@ -888,6 +888,12 @@ nav.secondary {
   p {
     padding: $lineheight;
   }
+
+  input {
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+  }
 }
 
 #sidebar {