diff options
author | Friendika <info@friendika.com> | 2010-11-18 15:06:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-18 15:06:33 -0800 |
commit | 0c7ae3aeee155425c0e2928ae67df76a7d1fe61e (patch) | |
tree | 66f907f8899f588ed42c0d9c01711c93cbe34dd9 /view/theme | |
parent | abc6199c175986c6d3f7b8b7944f1c3c1ec26163 (diff) | |
download | volse-hubzilla-0c7ae3aeee155425c0e2928ae67df76a7d1fe61e.tar.gz volse-hubzilla-0c7ae3aeee155425c0e2928ae67df76a7d1fe61e.tar.bz2 volse-hubzilla-0c7ae3aeee155425c0e2928ae67df76a7d1fe61e.zip |
smooth a few rough edges of openid
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index bd2e41849..ee73cd114 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -379,19 +379,24 @@ footer { #label-login-name, #label-login-password, #login-extra-filler { float: left; - width: 150px; + width: 200px; margin-bottom: 20px; } -#login-name, #login-password { +#login-password { + float: left; + width: 170px; +} + +#login-name { float: left; width: 150px; } #register-link, #lost-password-link { float: left; - font-size: 0.7em; + font-size: 80%; margin-right: 15px; } @@ -400,8 +405,8 @@ footer { } #login-submit-button { - margin-top: 10px; - margin-left: 150px; +/* margin-top: 10px; */ + margin-left: 200px; } input#dfrn-url { |