diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 16:53:59 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 16:53:59 +0200 |
commit | de44072172b7f56345041358a0be275b482e474c (patch) | |
tree | 1298dbe93bae97687932e9ffe346350f42572ade /view/theme/duepuntozero | |
parent | 2116943964e0c10984976f6d38eba044e35f983a (diff) | |
download | volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.tar.gz volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.tar.bz2 volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.zip |
works on login form
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9bb866e76..6f452cebc 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -27,8 +27,7 @@ input { img { border :0px; } -#id_openid_url, -.openid { +.openid input { background: url(login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px; @@ -332,26 +331,23 @@ div.wall-item-content-wrapper.shiny { margin-top: 10px; } -#label-login-name, #label-login-password, #login-extra-filler { - float: left; - width: 200px; - margin-bottom: 20px; -} - -#login-password { +#login_standard { + width: 210px; float: left; - width: 170px; +} +#login_openid { + width: 210px; + margin-left: 250px; } -#login-name { - float: left; - width: 153px; +#login_standard input, +#login_openid input { + width: 180px; } -#login-name.no-openid { - float: left; - width: 170px; +#login-extra-links { + clear: both; } #register-link, #lost-password-link { |