diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-30 11:11:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-30 11:11:37 +0100 |
commit | a05ea0fb1eac58e313b1acde1d15356539490c4e (patch) | |
tree | c7edd3dc2a003a3f59b41e70698fdaecaadf6d9e /apps | |
parent | f000edb63619d31745bee0fed460fcf84256ab3d (diff) | |
download | nextcloud-server-a05ea0fb1eac58e313b1acde1d15356539490c4e.tar.gz nextcloud-server-a05ea0fb1eac58e313b1acde1d15356539490c4e.zip |
remove unneeded icons from input fields to not distract from submit button, fix #18940
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/authenticate.css | 4 | ||||
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 43707c76100..55a40cf508d 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -18,7 +18,3 @@ input[type='submit'] { 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 769b7929144..72adf0d1674 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -18,7 +18,6 @@ placeholder="<?php p($l->t('Password')); ?>" value="" autocomplete="off" autocapitalize="off" autocorrect="off" autofocus /> - <img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/> <input type="submit" value="" class="svg icon-confirm input-button-inline" /> </p> |