Use guest css on sharing authentication page

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-01-03 12:03:26 +01:00
parent 86d33cf50f
commit aed7052a38
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

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