Skip to content

Commit

Permalink
Give the buttons a larger span than the progress bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Feb 10, 2012
1 parent ae7b1dd commit 16497bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>jQuery File Upload Demo</h1>
<form id="fileupload" action="server/php/" method="POST" enctype="multipart/form-data">
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
<div class="row fileupload-buttonbar">
<div class="span6">
<div class="span7">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button">
<span><i class="icon-plus icon-white"></i> Add files...</span>
Expand All @@ -85,7 +85,7 @@ <h1>jQuery File Upload Demo</h1>
</button>
<input type="checkbox" class="toggle">
</div>
<div class="span6">
<div class="span5">
<!-- The global progress bar -->
<div class="progress progress-success progress-striped active fade">
<div class="bar" style="width:0%;"></div>
Expand Down

0 comments on commit 16497bf

Please sign in to comment.