#19177: Add some ems to the width of username label at login page.
--------------------------------------+--------------------
     Reporter:  void                  |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  contrib.admin         |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  1
--------------------------------------+--------------------
 Recent landing of the Russel's work contains one small, but important
 change:
 
https://github.com/django/django/commit/70a0de37d132e5f1514fb939875f69649f103124#L5L33

 It makes the username label of the login form to be the same as user model
 username field's verbose_name. Previously it was just a translated "User"
 string. I'm fine with that, but that change cause a tiny layout issue.
 "Username" is two words in some languages, and some languages have longer
 words than others, and now in the number of languages username label have
 shifted to the second line.

 My proposal is to increase the width of username label by 3em, based on
 the following screenshots:
 http://dl.dropbox.com/u/302516/Screenshots/18.png (Czech, +1em required)
 http://dl.dropbox.com/u/302516/Screenshots/19.png (Spanish, +1em required)
 http://dl.dropbox.com/u/302516/Screenshots/1a.png (Georgian, +3em
 required)
 http://dl.dropbox.com/u/302516/Screenshots/1b.png (Kazakh, +1em required)
 http://dl.dropbox.com/u/302516/Screenshots/1c.png (Mongolian, +1em
 required)
 http://dl.dropbox.com/u/302516/Screenshots/1d.png (Russian, +1em required)
 http://dl.dropbox.com/u/302516/Screenshots/1e.png (Slovak, +2em required)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19177>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to