From f5cbc9c4fec78f4b8a1d01859b08d82ecb66a1b0 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Tue, 11 Jun 2013 12:56:09 -0400 Subject: [PATCH 1/1] Make the export bar less ugly --- app/assets/stylesheets/common.css.scss | 10 ++++++++++ app/views/export/start.html.erb | 4 +--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 85b8f26a9..f6d3fa68b 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -758,6 +758,16 @@ ul.results-list li { border-bottom: 1px solid #ccc; } text-align: center; } +#drag_box { + display: inline; + padding: $lineheight/2 $lineheight; +} + +#export_commit { + width: 50%; + margin: auto; +} + /* Rules for the main content area */ #content { diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb index f25ab2a3f..78a22bc47 100644 --- a/app/views/export/start.html.erb +++ b/app/views/export/start.html.erb @@ -67,8 +67,6 @@ -
-

<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>

-
+ <%= submit_tag t('export.start.export_button'), :id => "export_commit" %> <% end %> -- 2.43.2