~name Latest Memberships portlet joined date is rendered in the incorrect style

Bug #465524 reported by Barry Warsaw
6
This bug affects 1 person
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://launchpad.dev/~name12>). It did this by adding a class="registered" to the containing div.

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://edge.launchpad.net/launchpad-registry> under Latest bugs reported.

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

Barry Warsaw (barry)
Changed in launchpad-registry:
milestone: none → 3.1.11
Curtis Hovey (sinzui)
Changed in launchpad-registry:
status: New → Triaged
importance: Undecided → Low
Curtis Hovey (sinzui)
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
Revision history for this message
Curtis Hovey (sinzui) wrote :

Fix committed in launchpad devel r9850.

Changed in launchpad-registry:
status: In Progress → Fix Committed
Revision history for this message
Edwin Grubbs (edwin-grubbs) wrote : Bug 465524 Fix released

Fixed released in launchpad-project 3.1.11.

Changed in launchpad-registry:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.