#17019 closed Uncategorized (fixed)
Admin RTL CSS doesn't reset left margin on .field-box
Reported by: | Remoun Metyas | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 1.3 |
Severity: | Normal | Keywords: | RTL, CSS, admin |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
.field-box
has margin-right
set by forms.css
, and rtl.css
sets an equal margin-left
. This makes rows with multiple fields indented than rows with one field.
Patch attached to reset margin-right: 0;
in rtl.css
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | django_admin_rtl_margin.diff added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Add margin-right: 0; to rtl.css