diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-03 09:58:17 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-03 15:30:10 +0200 |
commit | eace692effe8a6f2f7b645d5d1320da3e45e8643 (patch) | |
tree | 0c6bb971b5394f863ea0c1510a2a8990565dcb0e /core | |
parent | 9396b22fe3ecfa5862a59c59383b69c0ab337bc4 (diff) | |
download | nextcloud-server-eace692effe8a6f2f7b645d5d1320da3e45e8643.tar.gz nextcloud-server-eace692effe8a6f2f7b645d5d1320da3e45e8643.zip |
fix icon alignment in input fields
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 3b05a16afc0..7d8f12b7d28 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -470,13 +470,13 @@ input[name='password-clone'] { #password-icon { position: absolute; left: 16px; - top: 24px; + top: 20px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: .3; } #adminpass-icon, #password-icon { - top: 18px; + top: 15px; } /* General new input field look */ |