Ticket #2319 (closed defect: Fixed)
Device/IP Search label extends over the search box, making it impossible to click
| Reported by: | ian | Owned by: | noel |
|---|---|---|---|
| Priority: | 3 - Medium | Milestone: | zenoss-2.2 |
| Component: | User Interface | Version: | 2.1.0 |
| Keywords: | zenoss-2.1.1-patched | Cc: | |
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Maintenance Target: | ||
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
It's because the element is display:block, so its width defaults to 100%. See line 165 of zenoss.css. Try removing display:block and see what happens. It works fine in FF/Mac.
Change History
Note: See
TracTickets for help on using
tickets.