From 0c7ae3aeee155425c0e2928ae67df76a7d1fe61e Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 18 Nov 2010 15:06:33 -0800 Subject: smooth a few rough edges of openid --- view/en/login.tpl | 6 +++--- view/en/settings.tpl | 4 ++-- view/theme/default/style.css | 15 ++++++++++----- 3 files changed, 15 insertions(+), 10 deletions(-) (limited to 'view') diff --git a/view/en/login.tpl b/view/en/login.tpl index 8fe09e7d3..396a00266 100644 --- a/view/en/login.tpl +++ b/view/en/login.tpl @@ -2,12 +2,12 @@
- - + +
- +
diff --git a/view/en/settings.tpl b/view/en/settings.tpl index f1926c004..734effc0c 100644 --- a/view/en/settings.tpl +++ b/view/en/settings.tpl @@ -128,8 +128,8 @@ Leave password fields blank unless changing
- - + + (Optional) Allow this OpenID to login to this account.
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 { -- cgit v1.2.3