Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2055 closed defect (fixed)

[patch] In some languages the text at the login page of the admin page partly disappears

Reported by: Rudolph Froger Owned by: Wilson Miner
Component: contrib.admin Version: dev
Severity: normal 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

When the translations for "username" or "password" are a bit longer then their English equivalents (like the Dutch "gebruikersnaam" which means "username"), the text partly disappears under the input fields. This patch changes the login.css file to prevent these situations.

Attachments (1)

login.css.diff (1.1 KB ) - added by Rudolph Froger 18 years ago.

Download all attachments as: .zip

Change History (4)

by Rudolph Froger, 18 years ago

Attachment: login.css.diff added

comment:1 by Rudolph Froger, 18 years ago

For more info see discussion at:
Django I18N malinglist thread

comment:2 by Wilson Miner, 18 years ago

Owner: changed from Adrian Holovaty to Wilson Miner
Status: newassigned

comment:3 by Wilson Miner, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [3051]) Fixed #2055 -- Lengthened form labels on login screen to accommodate longer translated strings.

Note: See TracTickets for help on using tickets.
Back to Top