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:
authorMorris Jobke <hey@morrisjobke.de>2017-08-02 17:59:24 +0300
committerGitHub <noreply@github.com>2017-08-02 17:59:24 +0300
commit6ca4b9eee9793419179b8abb0440bb1e8e5cf38f (patch)
tree3bc697a6ea176da42eeede854cdd1b10a28cb454 /apps/files_sharing/templates
parent6290ba829980c51daaeb4959c24a714223aab613 (diff)
parent717a44f161c40f5ac5fc74a3dc519bcc71476645 (diff)
Merge pull request #5920 from nextcloud/gallery-share-view-fix
Top bar buttons in share view are wrong positioned
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index f8d056ef93c..2514fa3f921 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -35,7 +35,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<header><div id="header" class="<?php p((isset($_['folder']) ? 'share-folder' : 'share-file')) ?>">
- <div id="header-left">
+ <div class="header-left">
<span id="nextcloud">
<div class="logo logo-icon svg"></div>
<h1 class="header-appname">
@@ -48,7 +48,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</div>
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
- <div id="header-right">
+ <div class="header-right">
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] === false)) {
if ($_['server2serversharing']) {
?>