Opened 13 years ago
Closed 12 years ago
#17769 closed Cleanup/optimization (needsinfo)
RTL from in admin panel css
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.auth | Version: | 1.3 |
Severity: | Normal | Keywords: | rtl |
Cc: | adamzap@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
RTL form in admin panel didn't apply rtl.css code as it is overridden by Form.css code
I solved this by putting important to
.aligned label at line 157 in rtl.css as below :
.aligned label{
padding: 0 0 3px 1em;
float: right !important;
}
Attachments (3)
Change History (7)
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
UI/UX: | set |
by , 13 years ago
Attachment: | 17769-django-1.3.png added |
---|
comment:2 by , 13 years ago
I tried reproducing this in multiple versions of Django, and it looks like it was fixed in 1.4. See screenshots:
- No bug in 1.3
- Bug in 1.3.1
- No bug in 1.4
I believe this ticket can be closed...unless I am referring to the wrong bug.
comment:3 by , 13 years ago
Cc: | added |
---|
comment:4 by , 12 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
@shark4313 reports a bug with the labels (as indicated by the ".aligned label" CSS class). There's no indication what's wrong.
@adamzap then checks the differences between versions and according to the screen shoots the only difference is the input fields. The styling of the input fields have nothing to do with the labels.
I'm closing this bug as needsinfo. A screen shoot of what's wrong would be helpful.
Django 1.3