change 'Cancel upload' text to x icon for more space in breadcrumbs bar

This commit is contained in:
Jan-Christoph Borchardt 2014-06-30 18:20:35 +02:00
parent d94d307f52
commit 24277f0dd6

View file

@ -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>