From fc9787ed64c9695d0b7ba98ec63590326b472813 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 13 Jun 2014 16:38:42 +0200 Subject: [PATCH 1/2] fix layout of password protected shares * add password icon * fix upshifted arrow button - fixes #9024 --- apps/files_sharing/css/authenticate.css | 8 ++++++++ apps/files_sharing/templates/authenticate.php | 1 + 2 files changed, 9 insertions(+) diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index a5aa55632b..15e3e7a2fc 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -14,3 +14,11 @@ input[type='submit'] { position: absolute; top: 0px; } + +fieldset > p { + position: relative; +} + +#password-icon { + top: 20px; +} diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index f899a54e0f..297f8910be 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -12,6 +12,7 @@ placeholder="t('Password')); ?>" value="" autocomplete="off" autocapitalize="off" autocorrect="off" autofocus /> +

From 06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 14 Jun 2014 15:26:27 +0200 Subject: [PATCH 2/2] Fix path --- apps/files_sharing/templates/authenticate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 297f8910be..0c4ac6ca44 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -12,7 +12,7 @@ placeholder="t('Password')); ?>" value="" autocomplete="off" autocapitalize="off" autocorrect="off" autofocus /> - +