#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)
Change History (7)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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.
comment:4 by , 14 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready 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 , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in r13711 -- I forgot to mention that in the commit message.
comment:6 by , 13 years ago
Cc: | added |
---|---|
Easy pickings: | unset |
UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
(In [917]) Fixed #638 and cleaned up some CSS