In Drupal 6.11, the css from openid.css changed from:

#user-login-form li.openid-link,
#user-login-form li.user-link {
  text-align : left;
}

#user-login-form li.openid-link,
#user-login li.openid-link {
  background: transparent url(login-bg.png) no-repeat scroll 1px 0.35em;
}

to:

#user-login-form li.openid-link a,
#user-login li.openid-link a {
  background: transparent url("login-bg.png") no-repeat 0 2px;
  padding: 0 20px;
}

Zen's forms.css fixed the old broken styling by overriding it. Zen's override is now broken. :-p

Comments

johnalbin’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new1.08 KB

Fixed in 6.x-2.x-dev.

johnalbin’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Patch (to be ported) » Fixed
StatusFileSize
new1.14 KB

Fixed in 6.x-1.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.