Skip to content

Commit

Permalink
Merge pull request #7678 from nextcloud/fix-share-logo
Browse files Browse the repository at this point in the history
Use guest css on sharing authentication page
  • Loading branch information
MorrisJobke authored Jan 3, 2018
2 parents fa34b53 + aed7052 commit ee0653d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/files_sharing/css/authenticate.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ form fieldset {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 45px;
box-sizing: border-box;
flex: 1 1 auto;
width: 100% !important;
min-width: 0; /* FF hack for to override default value */
Expand Down
1 change: 1 addition & 0 deletions apps/files_sharing/templates/authenticate.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/** @var $_ array */
/** @var $l \OCP\IL10N */
style('core', 'guest');
style('files_sharing', 'authenticate');
script('files_sharing', 'authenticate');
?>
Expand Down

0 comments on commit ee0653d

Please sign in to comment.