summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-17 16:05:05 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-17 16:05:05 +0200
commitb43bfaf132b8457768785a5ef5165a1227273140 (patch)
treee974854617fcc2e6832b4ee6abaf3f4fba2bbcdd /apps/files_sharing/templates
parentfa16c1f9b4c2ad3f3d0406747c52c06b861580ba (diff)
downloadnextcloud-server-b43bfaf132b8457768785a5ef5165a1227273140.tar.gz
nextcloud-server-b43bfaf132b8457768785a5ef5165a1227273140.zip
fix look of 'Share with me via ownCloud' button, fix wording
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/settings-personal.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/files_sharing/templates/settings-personal.php b/apps/files_sharing/templates/settings-personal.php
index 528e74f4cef..bc10da5583b 100644
--- a/apps/files_sharing/templates/settings-personal.php
+++ b/apps/files_sharing/templates/settings-personal.php
@@ -50,16 +50,20 @@ style('files_sharing', '3rdparty/gs-share/style');
<p>
<?php p($l->t('Add it to your website:')); ?>
- <a target="_blank" href="<?php p($_['reference']); ?>">
- <img src="<?php p($_['owncloud_logo_path']); ?>" />
+ <a target="_blank" href="<?php p($_['reference']); ?>"
+ style="padding:10px;background-color:#1d2d44;color:#fff;border-radius:3px;padding-left:4px;">
+ <img src="<?php p($_['owncloud_logo_path']); ?>"
+ style="width:50px;position:relative;top:8px;">
<?php p($l->t('Share with me via ownCloud')); ?>
</a>
</p>
<p>
<?php p($l->t('HTML Code:')); ?>
- <xmp><a target="_blank" href="<?php p($_['reference']); ?>">
- <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL($_['owncloud_logo_path'])); ?>" />
+ <xmp><a target="_blank" href="<?php p($_['reference']); ?>"
+ style="padding:10px;background-color:#1d2d44;color:#fff;border-radius:3px;padding-left:4px;">
+ <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL($_['owncloud_logo_path'])); ?>"
+ style="width:50px;position:relative;top:8px;">
<?php p($l->t('Share with me via ownCloud')); ?>
</a></xmp>