Opened 16 years ago
Closed 15 years ago
#15654 closed defect (bug) (fixed)
Admin bar menu widths
| Reported by: | johnbillion | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
r16301 added a fixed width of 160px to admin bar menus.
My User Switching plugin adds a menu item with the title "Switch back to [display_name] ([user_login])".
The fixed width menu is too narrow for this title in 99% of cases and the text gets cut off.
Can we give menu items a min-width instead of a width?
Attachments (2)
Change History (12)
#2
@
16 years ago
- Milestone Awaiting Review → 3.1
- Owner set to
- Status new → assigned
Going to move the width to a min-width.
#5
@
16 years ago
r17295 makes some odd things in Opera 11 (Mac and Windows), see http://grab.by/8orF. min-width will be ignored.
- http://csscreator.com/node/28048
- http://tanalin.com/_experimentz/opera_bugs/2007/min-width_inside_floated/
If I remove overflow: hidden from #wpadminbar .quicklinks .menupop ul li a it works.
#6
@
16 years ago
- Resolution fixed
- Status closed → reopened
15654.fix.opera.the.new.ie6.patch tested in Chrome, Firefox, Safari and IE7/8/9. No problems.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
A better-looking solution might be to allow multiple-line elements. See #15611