Modify ↓
Opened 14 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)
Note: See
TracTickets for help on using
tickets.