~name Latest Memberships portlet joined date is rendered in the incorrect style
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Edwin Grubbs |
Bug Description
Bug 436261 attempted to fix the Latest Membership portlet's secondary line, where the joined date is displayed on a person's index page (e.g. <http://
However, because of the style-3.0.css style sheet, this text got rendered in italics which is counter to the current 3.0 UI style. If you look at .registered on <li> though, it seems to render the secondary line correctly, as in <https:/
A possible fix then is to remove the "font-style: italics" from plain .registered, but this has unknown consequences because we do not know where that style is used (we can grep for class="registered" in the code base, but that's not necessarily the same thing). We could add to the chaos and add another style, or we could stick the "joined on" date inside an <li>.
Personally I think we should bring some sanity to our 3.0 style sheet.
Related branches
- Curtis Hovey (community): Approve (ui)
- Martin Albisetti (community): Approve (ui)
- Barry Warsaw (community): Approve (code ui*)
- Canonical Launchpad Engineering: Pending (code) requested
-
Diff: 258 lines (+44/-124)8 files modifiedlib/canonical/launchpad/icing/style-3-0.css (+0/-4)
lib/lp/bugs/browser/configure.zcml (+2/-2)
lib/lp/bugs/templates/bugtask-macros-listing.pt (+39/-28)
lib/lp/registry/browser/configure.zcml (+0/-7)
lib/lp/registry/browser/distribution.py (+1/-16)
lib/lp/registry/stories/distribution/xx-distribution-all-packages.txt (+0/-40)
lib/lp/registry/templates/distribution-allpackages.pt (+0/-25)
lib/lp/registry/templates/person-portlet-currentfocus.pt (+2/-2)
Changed in launchpad-registry: | |
milestone: | none → 3.1.11 |
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: |
added: post-3-ui-cleanup removed: post-ui-3-cleanup |
Changed in launchpad-registry: | |
assignee: | nobody → Edwin Grubbs (edwin-grubbs) |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
Fix committed in launchpad devel r9850.