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/files_sharing/css | |
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/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/authenticate.css | 4 |
1 files changed, 0 insertions, 4 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; -} |