summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-16 15:28:39 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-16 15:28:39 +0100
commitc0590676a005c0890e43b7a2b2950fee2758efef (patch)
tree18e3bd0bf142308a7d04c6fe933e39c5ccc5f1f5 /apps/files_sharing/templates
parent3e7cf4110dc5bce2241830ed8ab0ddb57791442a (diff)
downloadnextcloud-server-c0590676a005c0890e43b7a2b2950fee2758efef.tar.gz
nextcloud-server-c0590676a005c0890e43b7a2b2950fee2758efef.zip
fix public share download button width
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index e181e8a3280..fb45401458f 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -43,9 +43,9 @@
</li>
</ul>
<?php endif; ?>
- <div class="button">
- <a href="<?php p($_['downloadURL']); ?>" id="download">
- <img class="svg" alt="Download" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
+ <div class="directDownload">
+ <a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
+ <img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
<?php p($l->t('Download %s', array($_['filename'])))?>
</a>
</div>