Stop the "Load" button overlaying text in the data browser warning

Fixes #959
This commit is contained in:
Tom Hughes 2013-12-17 21:49:18 +00:00
parent 7ef23078df
commit 14cb332204

View file

@ -888,6 +888,12 @@ nav.secondary {
p {
padding: $lineheight;
}
input {
display: block;
margin-left: auto;
margin-right: auto;
}
}
#sidebar {