﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2072	the changelists.css file references two styles which are not defined : _height &  _margin-right	darren.redmond@…	Wilson Miner	"This relates to the trunk checked out yesterday June 1st at 14:32 BST.

The changelists.css stylesheet was not displaying correctly on Apache server 2.0.58 viewed via Firefox 1.5.0.4, and there were two style sheet errors in the java script console relating to line 7 (_height) and line 30 (_margin-right).

When I changed the references from _height to height and from _margin-right to margin-right, the ui now displays correctly.

existing line 7 changelists.css:
.change-list .filtered { min-height:400px; _height:400px; }

changed line 7 changelists.css:
.change-list .filtered { min-height:400px; height:400px; }

existing line 30 changelists.css:
#changelist-filter ul { padding-left:0;margin-left:10px;_margin-right:-10px; }

changed line 30:
#changelist-filter ul { padding-left:0;margin-left:10px;margin-right:-10px; }

cheers
Darren"	defect	closed	Generic views		normal	fixed	css stylesheet		Unreviewed	0	0	0	0	0	0
