diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:33 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:33 +0000 |
commit | f099595a8ddeb66f390660dc7f3867af099101e1 (patch) | |
tree | 3be79d3b863bceb18f919fb2763000360744cb3a /root/static | |
parent | 82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f (diff) | |
download | identity-f099595a8ddeb66f390660dc7f3867af099101e1.tar identity-f099595a8ddeb66f390660dc7f3867af099101e1.tar.gz identity-f099595a8ddeb66f390660dc7f3867af099101e1.tar.bz2 identity-f099595a8ddeb66f390660dc7f3867af099101e1.tar.xz identity-f099595a8ddeb66f390660dc7f3867af099101e1.zip |
rework a little bit the password change dialog
Diffstat (limited to 'root/static')
-rw-r--r-- | root/static/style/ttsite.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 053491e..8b375db 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -100,6 +100,29 @@ html, body { float: right; } +#password_change_form { + display: block; + float: left; +} + +#password_change_form input:focus { + background: #ddf; +} + +#password_change_form button { + margin-bottom: 1.5em; + margin-top: 0.5em; + float: right; +} + +#password_change_form label { + text-align: left; + float: left; + width: 150px; +} + + + /* End changes obgr_seneca */ .message { |