#3750 closed (wontfix)
CSS Bug in the Admin interface
Reported by: | Owned by: | xian | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | nfa-someday | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here is a screenshot where the databasefield description is behind the input field.
IMHO it's just a small change in the CSS file...
Attachments (1)
Change History (11)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 17 years ago
Attachment: | admin_css_style_float_bug.diff added |
---|
CSS fix to provide more space for field names and also right-align the text - using revision [6200]
comment:2 by , 17 years ago
Owner: | changed from | to
---|
comment:3 by , 17 years ago
Owner: | changed from | to
---|
comment:4 by , 17 years ago
Owner: | changed from | to
---|---|
Version: | SVN → newforms-admin |
Reassigning to xian since he's the point man for admin CSS bugs.
comment:5 by , 17 years ago
Has patch: | set |
---|
comment:6 by , 17 years ago
Keywords: | nfa-someday added |
---|
comment:7 by , 16 years ago
milestone: | → 1.0 |
---|
comment:8 by , 16 years ago
The patch doesn't fix the issue but moves it only to be reopened when someone uses a field with a name longer than 14em (former 8em). One would have to use tables in order to provide correct positioning for long names, since CSS won't help there as far as I know.
comment:9 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
After discussing this with Nathan Borrow, we decided not to make any change here. Increasing the width of the first column will make things appear too spaced out for a lot of normal text. If somebody has extra-long label names, they can use custom CSS files (or even a custom widget, with custom CSS labels eventually) to work around it on a case-by-case basis.
So provide the "small change" and we're ready to go ;)