Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9424 closed defect (duplicate)

"Last modified" link shows up in awkward place on upper left of every page

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: wiki system Version: 0.12dev
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I just upgraded our Trac install to 0.12rc1, and for some reason the "Last modified" header is coming up on the upper left of every page, very large. It seems to be something missing from the CSS file? I thought it was supposed to come out on the upper right, much smaller. I'm attaching a screenshot.

I managed to work around this by creating a custom stylesheet with the following in it:

div.trac-modifiedby
{
padding-top:3px;
font-size:10px;
text-align:right;
float:right;
}

but the appearance I'm getting couldn't possibly be what is intended.

Note: the version is 0.12rc1, not 0.12dev but I couldn't choose rc1 from the dropdown.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Resolution: duplicate
Status: newclosed

Re-submitted in #9425.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.