Opened 18 years ago

Closed 14 years ago

Last modified 12 years ago

#638 closed defect (fixed)

changelist table is too wide on pages with filter sidebar

Reported by: Wilson Miner Owned by: Wilson Miner
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: German M. Bravo Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On admin changelist pages with the filter sidebar on, the table is filling the width and creeping behind the sidebar. Should be a simple CSS fix.

Attachments (1)

filtered_change_list_fix.diff (1019 bytes ) - added by German M. Bravo 14 years ago.
Small change to fix this issue

Download all attachments as: .zip

Change History (7)

comment:1 by Wilson Miner, 18 years ago

Resolution: fixed
Status: newclosed

(In [917]) Fixed #638 and cleaned up some CSS

comment:2 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

comment:3 by German M. Bravo, 14 years ago

Resolution: fixed
Status: closedreopened

Now the width of the table when filtered, doesn't expand to fill the width of the screen... I believe it should, as in lists with no filters.

by German M. Bravo, 14 years ago

Small change to fix this issue

comment:4 by radez, 14 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

Tested on Firefox, chrome and safari.
Patch looks good to me.

Simple css change so docs and test are unnecessary.

comment:5 by Malcolm Tredinnick, 14 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in r13711 -- I forgot to mention that in the commit message.

comment:6 by German M. Bravo, 12 years ago

Cc: German M. Bravo added
Easy pickings: unset
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top