Merge pull request #7678 from nextcloud/fix-share-logo
Use guest css on sharing authentication page
This commit is contained in:
commit
ee0653d68b
|
@ -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 */
|
||||||
|
|
|
@ -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');
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue