diff options
author | Friendika <info@friendika.com> | 2010-11-28 20:58:23 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-28 20:58:23 -0800 |
commit | 62bb471ba0bf8d996e4548b835cd23fa3da92696 (patch) | |
tree | 55b9839eaad40bf7dac0ddba94c27da7f7dec015 /view/theme | |
parent | 34a8fb935d9619c5114981862dfe2949a90f09bb (diff) | |
download | volse-hubzilla-62bb471ba0bf8d996e4548b835cd23fa3da92696.tar.gz volse-hubzilla-62bb471ba0bf8d996e4548b835cd23fa3da92696.tar.bz2 volse-hubzilla-62bb471ba0bf8d996e4548b835cd23fa3da92696.zip |
localise login template, allow openid to be disabled
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 831772659..a7896eb35 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -404,6 +404,11 @@ footer { width: 153px; } +#login-name.no-openid { + float: left; + width: 170px; +} + #register-link, #lost-password-link { float: left; font-size: 80%; |