Opened 14 years ago
Closed 14 years ago
#17970 closed defect (bug) (fixed)
Increase min-width of user info dropdown
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
At the moment the min-width is 100px which is too short if you have a short name.
In English with name Nacin: http://d.pr/gGbg
In German where Network admin is Netzwerkadministrator: http://d.pr/rVoz
I would suggest, that we increase it by 50px. That works for both.
Attachments (3)
Change History (12)
#5
@
14 years ago
Replying to nacin:
Could we make this white-space:nowrap and make it scale to whatever width required?
Replying to johnbillion:
Related: It'd be nice if there was a 'Network Admin' link in the admin bar.
17970.2.patch attempts to do both of these points. Couldn't do without negative margins due to padding of #user_info
(which is required too). 17970.after.png shows the result.
Another option would be incorporating scribu's Network Quick-Switch plugin.
Related: #18301
#6
@
14 years ago
Could we make this white-space:nowrap
Well, the patch doesn't exactly make it white-space: nowrap
(that would be insufficient), but achieves the same effect :)
Could we make this white-space:nowrap and make it scale to whatever width required? 150px is fine for 3.2.1.
Koop suggests that the network admin link should come back out of there. I'd tend to agree. It gets buried. It doesn't make sense in a users menu -- it worked there in the 3.1 paradigm, but not much anymore.