Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 353d1fa

Browse files
committed
Cleaned up UI
1 parent 674c79d commit 353d1fa

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

fileupload/static/css/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
* http://www.opensource.org/licenses/MIT
1111
*/
1212

13-
body {
14-
padding-top: 60px;
15-
}
16-
1713
.preview img {
1814
max-height:50px;
19-
}
15+
}

fileupload/templates/fileupload/file_angular_form.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</style>
4141
</head>
4242
<body>
43-
43+
<h1>Upload Files</h1>
4444
<!-- The file upload form used as target for the file upload widget -->
4545
<form id="fileupload" action="." method="POST" enctype="multipart/form-data" data-ng-app="demo" data-ng-controller="DemoFileUploadController" data-file-upload="options" data-ng-class="{'fileupload-processing': processing() || loadingFiles}"> {% csrf_token %}
4646
<input type="hidden" name="token" multiple ng-disabled="disabled" value="{{ token.pk }}">
@@ -117,13 +117,11 @@
117117
<br>
118118
<div class="panel panel-default">
119119
<div class="panel-heading">
120-
<h3 class="panel-title">Demo Notes</h3>
120+
<h3 class="panel-title">Usage Notes</h3>
121121
</div>
122122
<div class="panel-body">
123123
<ul>
124124
<li>You can <strong>drag &amp; drop</strong> files from your desktop on this webpage (see <a href="https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-support">Browser support</a>).</li>
125-
<li>Please refer to the <a href="https://github.com/blueimp/jQuery-File-Upload">project website</a> and <a href="https://github.com/blueimp/jQuery-File-Upload/wiki">documentation</a> for more information.</li>
126-
<li>Built with Twitter's <a href="http://twitter.github.com/bootstrap/">Bootstrap</a> CSS framework and Icons from <a href="http://glyphicons.com/">Glyphicons</a>.</li>
127125
</ul>
128126
</div>
129127
</div>

0 commit comments

Comments
 (0)