Skip to content

Commit 8343e0c

Browse files
authored
Merge pull request #37 from geichelberger/change-progressbar
Change progressbar style
2 parents 6d768db + 9e80c8a commit 8343e0c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

styles.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,25 @@
3333
}
3434

3535
.local_chunkupload .chunkupload-label .chunkupload-left .chunkupload-filename {
36-
width: 70%;
36+
width: 100%;
3737
overflow: hidden;
3838
display: inline-block;
3939
text-overflow: ellipsis;
40+
position: absolute;
41+
left: 0;
4042
}
4143

4244
.local_chunkupload .chunkupload-label .chunkupload-progress {
4345
position: absolute;
4446
bottom: 0;
4547
left: 0;
46-
height: 6px;
47-
background: #578014;
48+
height: 100%;
49+
background: #71A81A;
4850
}
4951

5052
.local_chunkupload .chunkupload-label .chunkupload-icon {
53+
position: absolute;
54+
left: 8px;
5155
display: inline-block;
5256
vertical-align: top;
5357
color: green;

templates/filepicker.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<span class="chunkupload-icon" {{^showicon}}hidden{{/showicon}}>
4343
{{#pix}}i/checked, core,{{#str}} uploaded, local_chunkupload {{/str}}{{/pix}}
4444
</span>
45-
<span class="chunkupload-filename">{{filenamestring}}</span>
4645
<span class="chunkupload-progress"></span>
46+
<span class="chunkupload-filename">{{filenamestring}}</span>
4747
</span>
4848
</label>
4949
<span class="chunkupload-delete" {{^showdelete}}hidden{{/showdelete}}>{{#pix}}i/delete, core,{{#str}} deletefile, local_chunkupload {{/str}}{{/pix}}</span>

0 commit comments

Comments
 (0)