diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-06 12:44:16 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-03 15:30:09 +0200 |
commit | 46fd40b7000b0d5c25655780c7e4e27c341fa0eb (patch) | |
tree | 82c538247be67e33ac7f8df68eecd005ecbb51b2 /core/css | |
parent | 4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc (diff) | |
download | nextcloud-server-46fd40b7000b0d5c25655780c7e4e27c341fa0eb.tar.gz nextcloud-server-46fd40b7000b0d5c25655780c7e4e27c341fa0eb.zip |
fix show password icon in personal settings
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 39ba541fcaa..4c57f000ba9 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -592,8 +592,9 @@ label.infield { width: 8em; } #personal-show + label { - margin-top: 1em; - margin-left: -3em; + height: 14px; + margin-top: 14px; + margin-left: -36px; } #passwordbutton { margin-left: .5em; |