summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-06-13 16:38:42 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-06-13 16:38:42 +0200
commitfc9787ed64c9695d0b7ba98ec63590326b472813 (patch)
treea97f06af6cf2c7caf19314852400517e45c6600a /apps/files_sharing/templates
parentc09f5680c98d66d6e5a0fe793561194ecafed3ea (diff)
downloadnextcloud-server-fc9787ed64c9695d0b7ba98ec63590326b472813.tar.gz
nextcloud-server-fc9787ed64c9695d0b7ba98ec63590326b472813.zip
fix layout of password protected shares
* add password icon * fix upshifted arrow button - fixes #9024
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/authenticate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index f899a54e0f9..297f8910be0 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -12,6 +12,7 @@
placeholder="<?php p($l->t('Password')); ?>" value=""
autocomplete="off" autocapitalize="off" autocorrect="off"
autofocus />
+ <img class="svg" id="password-icon" src="/master/core/img/actions/password.svg" alt="">
<input type="submit" value="" class="svg icon-confirm" />
</p>
</fieldset>