Merge lp:~huwshimi/launchpad/expired-status-colour into lp:launchpad

Proposed by Huw Wilkins
Status: Merged
Approved by: William Grant
Approved revision: no longer in the source branch.
Merged at revision: 14437
Proposed branch: lp:~huwshimi/launchpad/expired-status-colour
Merge into: lp:launchpad
Diff against target: 11 lines (+1/-0)
1 file modified
lib/canonical/launchpad/icing/css/colours.css (+1/-0)
To merge this branch: bzr merge lp:~huwshimi/launchpad/expired-status-colour
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+84417@code.launchpad.net

Commit message

Added colours to the expired status for the new bug listings.

Description of the change

The expired status was missing the colours for the new bug listings.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/launchpad/icing/css/colours.css'
2--- lib/canonical/launchpad/icing/css/colours.css 2011-12-02 01:20:32 +0000
3+++ lib/canonical/launchpad/icing/css/colours.css 2011-12-05 01:07:28 +0000
4@@ -147,6 +147,7 @@
5 color: #4f7b10;
6 background-color: #cef1a0;
7 }
8+#client-listing .statusEXPIRED, #client-listing .statusEXPIRED a,
9 #client-listing .statusINVALID, #client-listing .statusINVALID a,
10 #client-listing .statusWONTFIX, #client-listing .statusWONTFIX a,
11 #client-listing .statusOPINION, #client-listing .statusOPINION a {