diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-11 18:02:18 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-11 18:02:18 +0200 |
commit | 8b3e405968a4611ff901000bdcb2ce4e6d4fd997 (patch) | |
tree | 4d70bcbeaa723461875896d0ef6ece67063f7341 /extensions/BMO/web/styles | |
parent | c53605cca7a655e0206955a192ac9530fb270271 (diff) | |
download | bugzilla-8b3e405968a4611ff901000bdcb2ce4e6d4fd997.tar.gz bugzilla-8b3e405968a4611ff901000bdcb2ce4e6d4fd997.tar.xz |
Bug 743643: add browserID button to createaccount page
Diffstat (limited to 'extensions/BMO/web/styles')
-rw-r--r-- | extensions/BMO/web/styles/create_account.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/web/styles/create_account.css b/extensions/BMO/web/styles/create_account.css index 27ea9912a..0ab527629 100644 --- a/extensions/BMO/web/styles/create_account.css +++ b/extensions/BMO/web/styles/create_account.css @@ -56,7 +56,7 @@ padding-bottom: 1em; } -#create-account-form { - margin-bottom: 5em; +#create-account-right { + padding-bottom: 5em; } |