From ed1c943f617223bce9db4f5e28186f395fce9f9a Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Tue, 12 Feb 2013 16:52:38 +0530 Subject: [PATCH] Makes password toggle button inside input. --- 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 f6bf652f07..b8b6188671 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -192,8 +192,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } position:absolute!important; height:14px; width:24px; background-image:url("../img/actions/toggle.png"); background-repeat:no-repeat; opacity:.3; } -#personal-show + label { margin-top:1em; } -#passwordbutton { margin-left:2.5em; } +#pass2, input[name="personal-password-clone"] { padding:0.6em 2.5em 0.4em 0.4em; width:8em;} +#personal-show + label { margin-top:1em; margin-left:-3em; } +#passwordbutton { margin-left:0.5em; } /* Database selector */ #login form #selectDbType { text-align:center; }