Use guest css on sharing authentication page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
86d33cf50f
commit
aed7052a38
|
@ -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 */
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
/** @var $_ array */
|
||||
/** @var $l \OCP\IL10N */
|
||||
style('core', 'guest');
|
||||
style('files_sharing', 'authenticate');
|
||||
script('files_sharing', 'authenticate');
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue