Modify ↓
Opened 18 years ago
Closed 18 years ago
#994 closed defect (fixed)
Menu Items hard to click
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PyDotOrgTheme |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Menu items in the upper right hand corner of this theme are very tough to click. There is only a very small area to be able to click on the menu item.
For reference it is the menu that is in the same line as the "logged in as" item. All other links, other then this line, seem to be ok. It is just the links in this line. I am using FireFox 2.0. I also tested using Konqueror and ended up with the same result.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I had resolve the problem just modify css file inside the egg.
Original: #search { ... height:85px .. }
Modified: #search { ... height:45px .. }