diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 12:20:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 12:20:44 +0200 |
commit | e5f68bafb929fbe31d293f1cadb584d04f182332 (patch) | |
tree | e63022dc3023095b9fe9f5850e00a918a7e92cfb /apps/files_sharing/templates | |
parent | b8ced7025e170c98ba43992a81e39465f1e4f97b (diff) | |
download | nextcloud-server-e5f68bafb929fbe31d293f1cadb584d04f182332.tar.gz nextcloud-server-e5f68bafb929fbe31d293f1cadb584d04f182332.zip |
for shared links, use wide logo on desktop and icon on mobile
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 3944d8438dd..2476beac1fb 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -13,7 +13,7 @@ <header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud"> - <div class="logo-icon svg"></div> + <div class="logo-wide svg"></div> </a> <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div> <div class="header-right"> |