Make the export bar less ugly

This commit is contained in:
Thomas Levine 2013-06-11 12:56:09 -04:00 committed by Tom Hughes
parent ae608cb4ff
commit f5cbc9c4fe
2 changed files with 11 additions and 3 deletions

View file

@ -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 {

View file

@ -67,8 +67,6 @@
</div>
</div>
<div class="export_buttons inner12">
<p><%= submit_tag t('export.start.export_button'), :id => "export_commit" %></p>
</div>
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>