Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Add spacing above the upload button (bug 630797)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Feb 12, 2011
1 parent d0b00b5 commit 3aa90ad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions apps/devhub/templates/devhub/addons/submit/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ <h3>{{ _('Step 2. Upload Your Add-on') }}</h3>
on your file.
{% endtrans %}
</p>
<span class="invisible-upload cta" data-upload-url="{{ url('devhub.upload') }}">
<a class="button prominent disabled" href="#">{{ _('Select Add-on to Upload...') }}</a>
<input disabled type="file" id="upload-file-input" />
</span>
<div class="extra">{{ _('We accept .xpi, .jar, and .xml files.') }}</div>
{{ new_addon_form.non_field_errors() }}
<section id="upload-file">
<div>
<span class="invisible-upload cta" data-upload-url="{{ url('devhub.upload') }}">
<a class="button prominent disabled" href="#">{{ _('Select Add-on to Upload...') }}</a>
<input disabled type="file" id="upload-file-input" />
</span>
</div>
<p class="extra">{{ _('We accept .xpi, .jar, and .xml files.') }}</p>
{{ new_addon_form.non_field_errors() }}
<div class="upload-status hidden">
<strong id="upload-status-text"></strong>
<div id="upload-status-bar">
Expand Down

0 comments on commit 3aa90ad

Please sign in to comment.