Opened 19 years ago
Closed 13 years ago
#1209 closed defect (wontfix)
PyDotOrgTheme problems in Firefox 1.5.0.9
| Reported by: | Owned by: | Noah Kantrowitz | |
|---|---|---|---|
| Priority: | normal | Component: | PyDotOrgTheme |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
The shortcuts "Login", "Logout", "Settings" and "Help/Guide" dont works in Firefox, but in IE works. The click in the "button" is not possible in Firefox.
Conf: Python 2.3, Apache 2.59 and Trac 0.10.3 and the last version of the ThemeEngine
Attachments (0)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
The following change seems to work around this problem.
In the #search section of css.cs change height: 85px; to height: 65px;
Paul
comment:3 Changed 19 years ago by
I change #metanav and #search in css.cs to the following, and works fine:
#metanav {
position: relative;
top: 20px;
}
#search {
font-size: normal;
font-weight: bold;
height: 25px;
padding: 0 5px 0 0;
position: absolute;
right: 0%;
text-align: right;
top: 20px;
vertical-align: middle;
white-space: nowrap;
width: 35.1em;
z-index: 1;
}
comment:4 Changed 18 years ago by
Where is the file that needs to be changed? I can't find it on my system, Ubuntu, Linux.
comment:5 Changed 18 years ago by
I have made the above changes in my svn co working copy .../pydotorgtheme/templates/cs.css, rebuild the egg and install it and it works.
Thanks.
B.
comment:6 Changed 13 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Closing ticket for 0.10 branch that don't apply to 0.11 branch.



same applies for Safari on Mac OS X 10.4.8