From 14cb3322047f9be4419e3148bf378000d89da80d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Dec 2013 21:49:18 +0000 Subject: [PATCH] Stop the "Load" button overlaying text in the data browser warning Fixes #959 --- app/assets/stylesheets/common.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- 2.43.2