From: Thomas Levine Date: Tue, 11 Jun 2013 16:56:09 +0000 (-0400) Subject: Make the export bar less ugly X-Git-Tag: live~4878 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f5cbc9c4fec78f4b8a1d01859b08d82ecb66a1b0?ds=sidebyside Make the export bar less ugly --- 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 %>