From: Tom Hughes Date: Tue, 17 Dec 2013 21:49:18 +0000 (+0000) Subject: Stop the "Load" button overlaying text in the data browser warning X-Git-Tag: live~4496 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/14cb3322047f9be4419e3148bf378000d89da80d Stop the "Load" button overlaying text in the data browser warning Fixes #959 --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index b6745f809..06e6375e4 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -888,6 +888,12 @@ nav.secondary { p { padding: $lineheight; } + + input { + display: block; + margin-left: auto; + margin-right: auto; + } } #sidebar {