From 46fd40b7000b0d5c25655780c7e4e27c341fa0eb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 6 May 2014 12:44:16 +0200 Subject: [PATCH] fix show password icon in personal settings --- core/css/styles.css | 5 +++-- 1 file 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; -- 2.39.5