Closed (fixed)
Project:
Zen
Version:
6.x-1.x-dev
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 May 2009 at 00:39 UTC
Updated:
9 Jun 2009 at 03:00 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | openid-broken-472694-2.patch | 1.14 KB | johnalbin |
| #1 | openid-broken-472694-1.patch | 1.08 KB | johnalbin |
Comments
Comment #1
johnalbinFixed in 6.x-2.x-dev.
Comment #2
johnalbinFixed in 6.x-1.x-dev.