missing float:right in change_list, toplinks when using RTL(BIDI)
The following css style is missing from admin_media/css/rtl.css:
.change-list ul.toplinks li {
float: right
}
When using date_hierarchy = 'created_at' the date navigation is floated to the left
while in rtl it should float to the right.
Maybe it will also fix other things in toplinks.
Thanks
Change History
(7)
| Component: |
django-admin.py → django.contrib.admin
|
| Has patch: |
set
|
| Keywords: |
sprintdec2010 added
|
| milestone: |
→ 1.3
|
| Triage Stage: |
Unreviewed → Accepted
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Makes perfect sense. Considering this as a usability bug so marking for 1.3.