#926 closed defect (fixed)
Too narrow collumns for swedish on main admin page
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The swedish translation of "Add" is "Lägg till". That means it is too wide to fit on the main page of the admin interface, and therefore creates a second row for the "till", wich is ugly and doesn't look very professional. If I would have been able to solve it by translating it with something else, I would, but in this case there is no other candidate.
Attachments (1)
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Ok, that fixes it. That simple :)
comment:3 by , 19 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
That fixes it temporarily - I still think that the stylesheet should emply white-space: nowrap in the right places, because is problematic - and not correct in XHTML, AFAIK, because XML (and XHTML is just an XML dialect) only has a rather limited subset of entities.
comment:4 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
by , 19 years ago
Attachment: | admin-dashboard.diff added |
---|
comment:5 by , 19 years ago
Owner: | changed from | to
---|
Here's a patch that should fix this on the admin index. My commit access isn't up to date, I'll leave it to Adrian to add this.
comment:6 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
What if you add a between those two words? Is the button enlarged automatically then? Otherwise it's a job for Wilson to make the CSS a bit more flexible in that area.