summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-09-19 19:51:52 +0000
committerTom Needham <needham.thomas@gmail.com>2012-09-19 19:51:52 +0000
commitf9127192dadefbfcae9206282402e93db527dcdb (patch)
tree9d06a17d841ef838077d2bbbe34ba8b45115683c /apps/files_sharing/templates
parentd7b878b303066b3beffda5fa978d37d6d1ffa13b (diff)
downloadnextcloud-server-f9127192dadefbfcae9206282402e93db527dcdb.tar.gz
nextcloud-server-f9127192dadefbfcae9206282402e93db527dcdb.zip
Fix styling of public shared files download button
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index ddeab712d84..cd92d7b9dc2 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -7,7 +7,7 @@
<div class="header-right">
<span id="details"><?php echo $_['details']; ?></span>
<?php if (!isset($_['folder']) || $_['allowZipDownload']): ?>
- <a href="<?php echo $_['downloadURL']; ?>" id="download"><img class="svg" alt="Download" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /><?php echo $l->t('Download')?></a>
+ <a href="<?php echo $_['downloadURL']; ?>" class="button" id="download"><img class="svg" alt="Download" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /><?php echo $l->t('Download')?></a>
<?php endif; ?>
</div>
</div></header>