Consistent look in admin changelist whether filtered or not
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.
Change History
(11)
| Owner: |
changed from nobody to Chris Beaven
|
| Status: |
new → assigned
|
| Triage Stage: |
Unreviewed → Design decision needed
|
| Severity: |
→ Normal
|
| Type: |
→ Cleanup/optimization
|
| Easy pickings: |
unset
|
| UI/UX: |
set
|
| Keywords: |
admin_revamp added
|
| Summary: |
Consistant look in admin changelist whether filtered or not → Consistent look in admin changelist whether filtered or not
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Update for css changes and admin bar addition