Opened 16 years ago

Closed 13 years ago

#9181 closed Cleanup/optimization (fixed)

Consistent look in admin changelist whether filtered or not

Reported by: Chris Beaven Owned by: Chris Beaven
Component: contrib.admin Version: dev
Severity: Normal Keywords: admin_revamp
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

Currently, the CSS method means that when a change list in admin is filtered, the main changelist table loses it's "100%" (due to the fact we have 160px of filter list box to show at the right).

Since this filter box is position:absolute, we can just move the 160px padding to the outer container and remove the special case of 160px padding all the inner objects.

Attachments (3)

better_changelist_css.css (1.6 KB ) - added by Chris Beaven 16 years ago.
better_changelist_css.diff (1.6 KB ) - added by Chris Beaven 16 years ago.
9181.diff (1.2 KB ) - added by Chris Beaven 14 years ago.
Update for css changes and admin bar addition

Download all attachments as: .zip

Change History (11)

by Chris Beaven, 16 years ago

Attachment: better_changelist_css.css added

by Chris Beaven, 16 years ago

Attachment: better_changelist_css.diff added

comment:1 by Chris Beaven, 16 years ago

Owner: changed from nobody to Chris Beaven
Status: newassigned

comment:2 by Jacob, 15 years ago

Triage Stage: UnreviewedDesign decision needed

by Chris Beaven, 14 years ago

Attachment: 9181.diff added

Update for css changes and admin bar addition

comment:3 by Chris Beaven, 14 years ago

Version: 1.0SVN

comment:4 by Chris Beaven, 13 years ago

Severity: Normal
Type: Cleanup/optimization

comment:5 by Chris Beaven, 13 years ago

Easy pickings: unset
UI/UX: set

comment:6 by Julien Phalip, 13 years ago

See a related issue in #13735.

comment:7 by Idan Gazit, 13 years ago

Keywords: admin_revamp added
Summary: Consistant look in admin changelist whether filtered or notConsistent look in admin changelist whether filtered or not

comment:8 by Julien Phalip, 13 years ago

Resolution: fixed
Status: assignedclosed

This was actually fixed in [13711].

Note: See TracTickets for help on using tickets.
Back to Top