Opened 16 years ago
Closed 16 years ago
#8225 closed (fixed)
Small fix for admin css in RTL mode
Reported by: | Reza Mohammadi | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
radio_fields are left aligned, should be right aligned in RTL mode.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | css_radio_fields_rtl.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8300]) Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi.