diff --git a/jquery.fileupload-ui.css b/css/jquery.fileupload-ui.css similarity index 95% rename from jquery.fileupload-ui.css rename to css/jquery.fileupload-ui.css index 4292ef520..4587189aa 100644 --- a/jquery.fileupload-ui.css +++ b/css/jquery.fileupload-ui.css @@ -36,6 +36,6 @@ width: 200px; } .progress-animated .bar { - background: url(progressbar.gif); + background: url(../progressbar.gif); filter: none; } diff --git a/progressbar.gif b/img/progressbar.gif similarity index 100% rename from progressbar.gif rename to img/progressbar.gif diff --git a/index.html b/index.html index c059b15f6..a6f96ea6b 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,18 @@