Merge pull request #7678 from nextcloud/fix-share-logo

Use guest css on sharing authentication page
This commit is contained in:
Morris Jobke 2018-01-03 14:18:17 +01:00 committed by GitHub
commit ee0653d68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ form fieldset {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
height: 45px; height: 45px;
box-sizing: border-box;
flex: 1 1 auto; flex: 1 1 auto;
width: 100% !important; width: 100% !important;
min-width: 0; /* FF hack for to override default value */ min-width: 0; /* FF hack for to override default value */

View File

@ -1,6 +1,7 @@
<?php <?php
/** @var $_ array */ /** @var $_ array */
/** @var $l \OCP\IL10N */ /** @var $l \OCP\IL10N */
style('core', 'guest');
style('files_sharing', 'authenticate'); style('files_sharing', 'authenticate');
script('files_sharing', 'authenticate'); script('files_sharing', 'authenticate');
?> ?>