Merge lp:~intellectronica/launchpad/heat-column-width into lp:launchpad/db-devel

Proposed by Eleanor Berger
Status: Merged
Merged at revision: not available
Proposed branch: lp:~intellectronica/launchpad/heat-column-width
Merge into: lp:launchpad/db-devel
Diff against target: 13 lines (+2/-1)
1 file modified
lib/canonical/launchpad/templates/bugs-listing-table-without-navlinks.pt (+2/-1)
To merge this branch: bzr merge lp:~intellectronica/launchpad/heat-column-width
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Björn Tillenius (community) release-critical Approve
Review via email: mp+17995@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Eleanor Berger (intellectronica) wrote :

This branches forces the Heat column in bug listings to 55px, which is the minimum necessary to display all flame icons on one line. Without this styling the column may end up being smaller, pushing some of the flames to a new line.

Revision history for this message
Björn Tillenius (bjornt) :
review: Approve (release-critical)
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/launchpad/templates/bugs-listing-table-without-navlinks.pt'
2--- lib/canonical/launchpad/templates/bugs-listing-table-without-navlinks.pt 2010-01-22 16:15:09 +0000
3+++ lib/canonical/launchpad/templates/bugs-listing-table-without-navlinks.pt 2010-01-25 10:57:17 +0000
4@@ -24,7 +24,8 @@
5 <th tal:condition="context/show_column/date_last_updated|nothing">
6 Date last updated
7 </th>
8- <th tal:condition="context/show_column/heat|nothing">
9+ <th tal:condition="context/show_column/heat|nothing"
10+ style="width: 55px">
11 Heat
12 </th>
13 </tr>

Subscribers

People subscribed via source and target branches

to status/vote changes: