Modify

Opened 13 years ago

#8455 new defect

CSS h1 bug in admin pages

Reported by: anonymous Owned by: Jonatan Magnusson
Priority: normal Component: CmTeknikTheme
Severity: minor Keywords:
Cc: Trac Release: 0.12

Description

Hi, thanks for this great theme. I got a bug into admin pages while using your CmTeknikTheme theme with trac 0.12.

The form to add user, add/edit permission.... are over the reste of the pages. On some old browser the page become totaly buggy and the form are not usable without zooming ot dezooming.

The main issue is due to

#content.admin h1 {
        float:left;
}

in admin.css. So simply add

#content.admin h1 {
        float:none;
}

in your own one fix the issue an give great admin pages. If I'm not wrong I also got the bug some time ago on trac 0.11.

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Jonatan Magnusson.

Add Comment


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

 
Note: See TracTickets for help on using tickets.