change 'Cancel upload' text to x icon for more space in breadcrumbs bar
This commit is contained in:
parent
d94d307f52
commit
24277f0dd6
1 changed files with 2 additions and 3 deletions
|
@ -38,9 +38,8 @@
|
|||
</div>
|
||||
<div id="uploadprogresswrapper">
|
||||
<div id="uploadprogressbar"></div>
|
||||
<input type="button" class="stop" style="display:none"
|
||||
value="<?php p($l->t('Cancel upload'));?>"
|
||||
/>
|
||||
<input type="button" class="stop icon-close"
|
||||
style="display:none" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="file_action_panel"></div>
|
||||
|
|
Loading…
Reference in a new issue