Modify

Opened 17 years ago

Closed 11 years ago

#1209 closed defect (wontfix)

PyDotOrgTheme problems in Firefox 1.5.0.9

Reported by: fabsiqueira@… 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 17 years ago by christian.unger@…

same applies for Safari on Mac OS X 10.4.8

comment:2 Changed 17 years ago by anonymous

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 17 years ago by fabsiqueira@…

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 16 years ago by anonymous

Where is the file that needs to be changed? I can't find it on my system, Ubuntu, Linux.

comment:5 Changed 16 years ago by bennyc

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 11 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Closing ticket for 0.10 branch that don't apply to 0.11 branch.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.