#13856 closed (fixed)
missing float:right in change_list, toplinks when using RTL(BIDI)
Reported by: | benc | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | sprintdec2010 | |
Cc: | 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
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
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
Component: | django-admin.py → django.contrib.admin |
---|
comment:2 by , 14 years ago
Has patch: | set |
---|---|
Keywords: | sprintdec2010 added |
milestone: | → 1.3 |
Triage Stage: | Unreviewed → Accepted |
by , 14 years ago
Attachment: | 13856_rtl_toplinks.diff added |
---|
comment:3 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Makes perfect sense. Considering this as a usability bug so marking for 1.3.