Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbijeet <abijeetpatro@gmail.com>2017-12-30 09:51:50 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-01-03 01:24:43 +0300
commit361aaf0c95ef17dfdf79c5e1f11efc005e2babcf (patch)
tree4c1366ec72bb09764c6ac08a8d359e220f0f00b0 /apps/files/templates
parente37fa60784f94abb6715704ffcbd479c05938e3a (diff)
Fixes the delete icon not appearing on certain resolutions.
Fixes #7539 Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/list.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 92f64a52a28..fd5423c334f 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -59,6 +59,10 @@
<span class="icon icon-download"></span>
<span><?php p($l->t('Download'))?></span>
</a>
+ <a href="" class="delete-selected">
+ <span class="icon icon-delete"></span>
+ <span><?php p($l->t('Delete'))?></span>
+ </a>
</span>
</div>
</th>