Make the export bar less ugly
This commit is contained in:
parent
ae608cb4ff
commit
f5cbc9c4fe
2 changed files with 11 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue