diff options
author | raghunayyar <me@iraghu.com> | 2013-02-08 16:38:28 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-02-08 16:38:28 +0530 |
commit | b356b7065f406cd2e18ed7bb9842e292f888c8e4 (patch) | |
tree | 788d9368927fb10c34e4c0cd96ae8b2dcb9683b1 /core/css | |
parent | 59249ebc0ca3731711ee99d591742164b32d0cdd (diff) | |
download | nextcloud-server-b356b7065f406cd2e18ed7bb9842e292f888c8e4.tar.gz nextcloud-server-b356b7065f406cd2e18ed7bb9842e292f888c8e4.zip |
Password Toggle Works on Installation as well.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index cefab2d49ff..961c7fb7f3a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -155,6 +155,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b } #adminpass-icon, #password-icon { top:1.1em; } input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; } +input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; } /* Nicely grouping input field sets */ .grouptop input { |