﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
8455	CSS h1 bug in admin  pages	defect	0.12	Jonatan Magnusson	new	2011-01-28T22:25:49+01:00	2011-01-28T22:25:49+01:00	"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 

{{{
#!css
#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.



"	anonymous
