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)
Change History (11)
by , 16 years ago
Attachment: | better_changelist_css.css added |
---|
by , 16 years ago
Attachment: | better_changelist_css.diff added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
by , 15 years ago
comment:3 by , 15 years ago
Version: | 1.0 → SVN |
---|
comment:4 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → Cleanup/optimization |
comment:5 by , 13 years ago
Easy pickings: | unset |
---|---|
UI/UX: | set |
comment:7 by , 13 years ago
Keywords: | admin_revamp added |
---|---|
Summary: | Consistant look in admin changelist whether filtered or not → Consistent look in admin changelist whether filtered or not |
comment:8 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was actually fixed in [13711].
Note:
See TracTickets
for help on using tickets.
Update for css changes and admin bar addition