Opened 15 years ago
Closed 15 years ago
#430 closed defect (fixed)
Build History Layout CSS Changes
Reported by: | jhampton | Owned by: | osimons |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | dev |
Keywords: | css | Cc: | |
Operating System: | BSD |
Description
When using a VC backend such as Git, the build history page is super ugly due to long commit links.
This is due to the Chgset column being fixed at 6em.
Additionally, the div that holds the graphs uses significant amount of the available page width.
Attached is a patch that changes the Chgset to a relative width and adjust the widths of the build history table and the graph div.
Feedback appreciated.
Attachments (2)
Change History (7)
Changed 15 years ago by jhampton
comment:1 Changed 15 years ago by jhampton
Updated patch to handle switching between long and short rev lengths.
comment:2 Changed 15 years ago by osimons
- Milestone changed from 0.6.1 to 0.6
- Owner set to osimons
I like that - works well for me using Subversion too. I'll commit it.
comment:3 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Committed in [711]. Thanks!
comment:4 Changed 15 years ago by osimons
- Resolution fixed deleted
- Status changed from closed to reopened
I've stared at this today, and decided to try to redo it to make the page flow better - specifically not have fixed width for table and charts. The charts now stay fixed on the right, and columns grow up to a certain point - and will also shrink as needed.
Could you try the new patch with your Git revisions, John?
comment:5 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from reopened to closed
Take 2 committed in [712].
Patch to handle both long and short rev numbers