#13168 closed (fixed)
inline-group css class in admin should have text-align:right when in rtl
Reported by: | benc | Owned by: | |
---|---|---|---|
Component: | User Experience | Version: | 1.2-beta |
Severity: | Keywords: | rtl, bidi, css | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The h2 header of an inline block in the admin should have text-align:right when viewing in rtl mode.
The following should be added to rtl.css in the contrib/admin/media/css:
.inline-group h2 { text-align:right; }
Change History (3)
comment:1 by , 15 years ago
Component: | django.contrib.admin → User Experience |
---|---|
Owner: | removed |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [13191]) Fixed #13168 - Corrected the alignment of the admin inline headers for rtl languages. Thanks for the report and patch, benc.